package/intltool: remove target variant
authorRomain Naour <romain.naour@gmail.com>
Sat, 31 Dec 2016 15:33:28 +0000 (16:33 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 1 Jan 2017 08:17:38 +0000 (09:17 +0100)
The target variant depends on BR2_HOST_ONLY which is just like BROKEN
(i.e not defined anywere). BR2_HOST_ONLY was introduced by [1] back in
2010 and nobody seems to need it. So remove intltool for the target.

[1] 0b876d39776fdec69762b988216e5ed64dbe6ba8

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/intltool/Config.in [deleted file]
package/intltool/intltool.mk

index 18818fa86cd8ecce797debcea641cb1546751390..59fa851a647915b891f921605a0d366ce53813d7 100644 (file)
@@ -138,7 +138,6 @@ menu "Development tools"
        source "package/git/Config.in"
        source "package/gperf/Config.in"
        source "package/grep/Config.in"
-       source "package/intltool/Config.in"
        source "package/jq/Config.in"
        source "package/libtool/Config.in"
        source "package/make/Config.in"
diff --git a/package/intltool/Config.in b/package/intltool/Config.in
deleted file mode 100644 (file)
index 4643a89..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-config BR2_PACKAGE_INTLTOOL
-       bool "intltool"
-       # Hide from configuration as we only support the host package
-       # for the moment
-       depends on BR2_HOST_ONLY
-       help
-         Utility scripts for internationalizing XML
-
-         http://www.freedesktop.org/wiki/Software/intltool
index fb801a17b42085da9b200698dd115f2cf5286978..dbef80f985cdeaaa7448bf575547610c6161bfed 100644 (file)
@@ -11,5 +11,4 @@ INTLTOOL_LICENSE_FILES = COPYING
 
 HOST_INTLTOOL_DEPENDENCIES = host-gettext host-libxml-parser-perl
 
-$(eval $(autotools-package))
 $(eval $(host-autotools-package))