From ad3cffe016a37409f99ec65cd4ec07ff154c5b1a Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 1 Jan 2012 01:12:26 +0100 Subject: Build system: kconfig entries: remove unneeded packages compression type select Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/autoconf.kconfig | 1 - kconfig/automake.kconfig | 1 - kconfig/binutils.kconfig | 5 ----- kconfig/ccache.kconfig | 1 - kconfig/fakeroot.kconfig | 1 - kconfig/gcc.kconfig | 7 ------- kconfig/gmp.kconfig | 4 ---- kconfig/libtool.kconfig | 1 - kconfig/m4.kconfig | 1 - kconfig/mpc.kconfig | 4 ---- kconfig/mpfr.kconfig | 4 ---- kconfig/mtdutils.kconfig | 3 --- kconfig/packages.kconfig | 1 - kconfig/pkgconfig.kconfig | 1 - kconfig/squashfs.kconfig | 1 - kconfig/strace.kconfig | 1 - 16 files changed, 37 deletions(-) (limited to 'kconfig') diff --git a/kconfig/autoconf.kconfig b/kconfig/autoconf.kconfig index 50029e6..8ca34b1 100644 --- a/kconfig/autoconf.kconfig +++ b/kconfig/autoconf.kconfig @@ -25,7 +25,6 @@ config EMBTK_HAVE_AUTOCONF bool - select EMBTK_AUTOCONF_PKG_IS_TARBZ2 default y help autoconf for autotools. diff --git a/kconfig/automake.kconfig b/kconfig/automake.kconfig index 5a6eb2b..7a7a92f 100644 --- a/kconfig/automake.kconfig +++ b/kconfig/automake.kconfig @@ -25,7 +25,6 @@ config EMBTK_HAVE_AUTOMAKE bool - select EMBTK_AUTOMAKE_PKG_IS_TARBZ2 default y help automake for autotools. diff --git a/kconfig/binutils.kconfig b/kconfig/binutils.kconfig index c668144..9952e19 100644 --- a/kconfig/binutils.kconfig +++ b/kconfig/binutils.kconfig @@ -25,7 +25,6 @@ config EMBTK_HAVE_BINUTILS bool - select EMBTK_BINUTILS_PKG_IS_TARBZ2 default y choice @@ -36,17 +35,13 @@ choice will use. config EMBTK_BINUTILS_VERSION_2_21_1 bool "binutils-2.21.1" - select EMBTK_BINUTILS_PKG_IS_TARBZ2 config EMBTK_BINUTILS_VERSION_2_20_1 bool "binutils-2.20.1" - select EMBTK_BINUTILS_PKG_IS_TARBZ2 config EMBTK_BINUTILS_VERSION_2_20 bool "binutils-2.20" - select EMBTK_BINUTILS_PKG_IS_TARBZ2 depends on EMBTK_OLDPACKAGES config EMBTK_BINUTILS_VERSION_2_19_1 bool "binutils-2.19.1" - select EMBTK_BINUTILS_PKG_IS_TARBZ2 select EMBTK_BINUTILS_NEED_PATCH endchoice diff --git a/kconfig/ccache.kconfig b/kconfig/ccache.kconfig index ac33009..d557b64 100644 --- a/kconfig/ccache.kconfig +++ b/kconfig/ccache.kconfig @@ -27,7 +27,6 @@ config EMBTK_HAVE_CCACHE bool - select EMBTK_CCACHE_PKG_IS_TARBZ2 default y help ccache is a compiler cache. It speeds up recompilation by diff --git a/kconfig/fakeroot.kconfig b/kconfig/fakeroot.kconfig index e019315..52b56cf 100644 --- a/kconfig/fakeroot.kconfig +++ b/kconfig/fakeroot.kconfig @@ -25,7 +25,6 @@ config EMBTK_HAVE_FAKEROOT bool - select EMBTK_FAKEROOT_PKG_IS_TARGZ default y help fakeroot for host tools. diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig index 449e7f5..e6ffa57 100644 --- a/kconfig/gcc.kconfig +++ b/kconfig/gcc.kconfig @@ -25,7 +25,6 @@ config EMTK_HAVE_GCC bool - select EMBTK_GCC_PKG_IS_TARBZ2 default y choice @@ -229,14 +228,8 @@ config EMBTK_GCC_NEED_AUTORECONF select EMBTK_GCC3_NEED_AUTORECONF config EMBTK_GCC_PKG_IS_TARGZ bool - select EMBTK_GCC1_PKG_IS_TARGZ - select EMBTK_GCC2_PKG_IS_TARGZ - select EMBTK_GCC3_PKG_IS_TARGZ config EMBTK_GCC_PKG_IS_TARBZ2 bool - select EMBTK_GCC1_PKG_IS_TARBZ2 - select EMBTK_GCC2_PKG_IS_TARBZ2 - select EMBTK_GCC3_PKG_IS_TARBZ2 config EMBTK_GCC1_NEED_PATCH bool diff --git a/kconfig/gmp.kconfig b/kconfig/gmp.kconfig index fa6b713..ace6674 100644 --- a/kconfig/gmp.kconfig +++ b/kconfig/gmp.kconfig @@ -25,11 +25,9 @@ config EMBTK_HAVE_GMP bool - select EMBTK_GMP_PKG_IS_TARBZ2 config EMBTK_HOST_HAVE_GMP bool - select EMBTK_GMP_PKG_IS_TARBZ2 default y choice @@ -67,10 +65,8 @@ config EMBTK_GMP_NEED_AUTORECONF select EMBTK_GMP_HOST_NEED_AUTORECONF config EMBTK_GMP_PKG_IS_TARGZ bool - select EMBTK_GMP_HOST_PKG_IS_TARGZ config EMBTK_GMP_PKG_IS_TARBZ2 bool - select EMBTK_GMP_HOST_PKG_IS_TARBZ2 config EMBTK_GMP_HOST_NEED_PATCH bool diff --git a/kconfig/libtool.kconfig b/kconfig/libtool.kconfig index fa85cb2..688aa63 100644 --- a/kconfig/libtool.kconfig +++ b/kconfig/libtool.kconfig @@ -25,7 +25,6 @@ config EMBTK_HAVE_LIBTOOL bool - select EMBTK_LIBTOOL_PKG_IS_TARGZ default y help libtool for autotools. diff --git a/kconfig/m4.kconfig b/kconfig/m4.kconfig index f9285b1..a9351d3 100644 --- a/kconfig/m4.kconfig +++ b/kconfig/m4.kconfig @@ -25,7 +25,6 @@ config EMBTK_HAVE_M4 bool - select EMBTK_M4_PKG_IS_TARBZ2 default y help m4 for autotools. diff --git a/kconfig/mpc.kconfig b/kconfig/mpc.kconfig index 01deba9..1de1336 100644 --- a/kconfig/mpc.kconfig +++ b/kconfig/mpc.kconfig @@ -25,11 +25,9 @@ config EMBTK_HAVE_MPC bool - select EMBTK_MPC_PKG_IS_TARGZ config EMBTK_HOST_HAVE_MPC bool - select EMBTK_MPC_PKG_IS_TARGZ default y choice prompt "Version of mpc you wish" @@ -58,10 +56,8 @@ config EMBTK_MPC_NEED_AUTORECONF select EMBTK_MPC_HOST_NEED_AUTORECONF config EMBTK_MPC_PKG_IS_TARGZ bool - select EMBTK_MPC_HOST_PKG_IS_TARGZ config EMBTK_MPC_PKG_IS_TARBZ2 bool - select EMBTK_MPC_HOST_PKG_IS_TARBZ2 config EMBTK_MPC_HOST_NEED_PATCH bool diff --git a/kconfig/mpfr.kconfig b/kconfig/mpfr.kconfig index 3b8a36d..91de2e7 100644 --- a/kconfig/mpfr.kconfig +++ b/kconfig/mpfr.kconfig @@ -25,11 +25,9 @@ config EMBTK_HAVE_MPFR bool - select EMBTK_MPFR_PKG_IS_TARBZ2 config EMBTK_HOST_HAVE_MPFR bool - select EMBTK_MPFR_PKG_IS_TARBZ2 default y choice @@ -65,10 +63,8 @@ config EMBTK_MPFR_NEED_AUTORECONF select EMBTK_MPFR_HOST_NEED_AUTORECONF config EMBTK_MPFR_PKG_IS_TARGZ bool - select EMBTK_MPFR_HOST_PKG_IS_TARGZ config EMBTK_MPFR_PKG_IS_TARBZ2 bool - select EMBTK_MPFR_HOST_PKG_IS_TARBZ2 config EMBTK_MPFR_HOST_NEED_PATCH bool diff --git a/kconfig/mtdutils.kconfig b/kconfig/mtdutils.kconfig index 36b1f2e..3a001a8 100644 --- a/kconfig/mtdutils.kconfig +++ b/kconfig/mtdutils.kconfig @@ -25,7 +25,6 @@ config EMBTK_HOST_HAVE_MTDUTILS bool - select EMBTK_MTDUTILS_PKG_IS_TARBZ2 select EMBTK_HOST_HAVE_E2FSPROGS select EMBTK_HOST_HAVE_ZLIB select EMBTK_HOST_HAVE_LZO @@ -58,10 +57,8 @@ config EMBTK_MTDUTILS_NEED_AUTORECONF select EMBTK_MTDUTILS_HOST_NEED_AUTORECONF config EMBTK_MTDUTILS_PKG_IS_TARGZ bool - select EMBTK_MTDUTILS_HOST_HOST_PKG_IS_TARGZ config EMBTK_MTDUTILS_PKG_IS_TARBZ2 bool - select EMBTK_MTDUTILS_HOST_PKG_IS_TARBZ2 config EMBTK_MTDUTILS_HOST_NEED_PATCH bool diff --git a/kconfig/packages.kconfig b/kconfig/packages.kconfig index 95517a9..a560996 100644 --- a/kconfig/packages.kconfig +++ b/kconfig/packages.kconfig @@ -38,7 +38,6 @@ menu "Flash manipulation tools" #mtd-utils on target config EMBTK_HAVE_MTDUTILS bool "Have mtd-utils in your target root filesystem" - select EMBTK_MTDUTILS_PKG_IS_TARBZ2 select EMBTK_HAVE_E2FSPROGS select EMBTK_HAVE_ZLIB select EMBTK_HAVE_LZO diff --git a/kconfig/pkgconfig.kconfig b/kconfig/pkgconfig.kconfig index c3f3963..5d2fe20 100644 --- a/kconfig/pkgconfig.kconfig +++ b/kconfig/pkgconfig.kconfig @@ -25,7 +25,6 @@ config EMBTK_HAVE_PKGCONFIG bool - select EMBTK_PKGCONFIG_PKG_IS_TARGZ default y help pkgconfig for host tools. diff --git a/kconfig/squashfs.kconfig b/kconfig/squashfs.kconfig index c22e027..ad754d7 100644 --- a/kconfig/squashfs.kconfig +++ b/kconfig/squashfs.kconfig @@ -25,7 +25,6 @@ config EMBTK_HAVE_SQUASHFS_TOOLS bool "Have squashfs host tools" - select EMBTK_SQUASHFS_TOOLS_PKG_IS_TARGZ select EMBK_HOST_HAVE_ZLIB help Say Y to build host tools needed to generate squashfs diff --git a/kconfig/strace.kconfig b/kconfig/strace.kconfig index 9641fb0..80c9edb 100644 --- a/kconfig/strace.kconfig +++ b/kconfig/strace.kconfig @@ -25,7 +25,6 @@ config EMBTK_ROOTFS_HAVE_STRACE depends on EMBTK_HAVE_ROOTFS - select EMBTK_STRACE_PKG_IS_TARBZ2 bool "Have strace in target" help strace is a system call tracer, i.e. a debugging tool which prints out -- cgit v1.2.3