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>
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"
+++ /dev/null
-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
HOST_INTLTOOL_DEPENDENCIES = host-gettext host-libxml-parser-perl
-$(eval $(autotools-package))
$(eval $(host-autotools-package))