]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
automake: remove deprecated target package
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Wed, 5 Feb 2014 13:50:55 +0000 (14:50 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 8 Feb 2014 22:29:11 +0000 (23:29 +0100)
The automake support on target has been deprecated for more than four
buildroot releases and thus can be removed. This doesn't change anything
about the host automake support.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in.legacy
package/Config.in
package/automake/Config.in [deleted file]
package/automake/automake.mk

index ef81da3b13c9edba7705f54742c65c77fcc8c97a..81994415e61cd145cf7ca156e29c54f5e2f66bf1 100644 (file)
@@ -119,6 +119,14 @@ config BR2_sh3eb
          Due to an inexistent user base and generally poor Linux
          support, the support for the SH3eb architecture was removed.
 
+config BR2_PACKAGE_AUTOMAKE
+       bool "automake target package has been removed"
+       select BR2_LEGACY
+       help
+         The 'automake' target package has been removed since it has been
+         deprecated for more than four buildroot releases.
+         Note: the host automake still exists.
+
 config BR2_PACKAGE_AUTOCONF
        bool "autoconf target package has been removed"
        select BR2_LEGACY
index d3896e4bdb18c6b230910611f29d754936299955..2d74cf27bfaeec03d9bdafd8f5ca4c940ef810e9 100644 (file)
@@ -81,7 +81,6 @@ source "package/whetstone/Config.in"
 endmenu
 
 menu "Development tools"
-source "package/automake/Config.in"
 source "package/binutils/Config.in"
 source "package/bison/Config.in"
 source "package/bsdiff/Config.in"
diff --git a/package/automake/Config.in b/package/automake/Config.in
deleted file mode 100644 (file)
index ed5060e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-config BR2_PACKAGE_AUTOMAKE
-       bool "automake"
-       # We no longer support a toolchain on the target
-       depends on BR2_DEPRECATED_SINCE_2012_11
-       select BR2_PACKAGE_AUTOCONF
-       select BR2_PACKAGE_PERL
-       help
-         Tool for automatically generating Makefile's for input to
-         configure scripts (made by autoconf).
-
-         http://www.gnu.org/software/automake/
index fc661c10d251114b834ea84759868a4b8eb7660f..8d7e29146bd1cf9fbf0f74cb909cece0c3c32be5 100644 (file)
@@ -10,8 +10,6 @@ AUTOMAKE_SITE = $(BR2_GNU_MIRROR)/automake
 AUTOMAKE_LICENSE = GPLv2+
 AUTOMAKE_LICENSE_FILES = COPYING
 
-AUTOMAKE_DEPENDENCIES = host-autoconf autoconf perl
-
 HOST_AUTOMAKE_DEPENDENCIES = host-autoconf
 
 define GTK_DOC_M4_INSTALL
@@ -26,7 +24,6 @@ endef
 HOST_AUTOMAKE_POST_INSTALL_HOOKS += GTK_DOC_M4_INSTALL
 HOST_AUTOMAKE_POST_INSTALL_HOOKS += HOST_AUTOMAKE_MAKE_ACLOCAL
 
-$(eval $(autotools-package))
 $(eval $(host-autotools-package))
 
 # variables used by other packages