libxml-parser-perl/intltool: mark as host only packages
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 13 Aug 2010 13:35:11 +0000 (15:35 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 Aug 2010 07:30:41 +0000 (09:30 +0200)
libxml-parser-perl and intltool were originally added to be built on
the host, and we don't support building them on the target. So, let's
mark them as such in the configuration, so that a random package
configuration does not pick them up. We might later add target support
for them.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/intltool/Config.in
package/libxml-parser-perl/Config.in

index 94b34f7c4260aa3f06bbbec6da00282f98ed4d4c..990a22712a40442aaae3ead3da9345b71eb05467 100644 (file)
@@ -1,5 +1,8 @@
 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
 
index d20a401d8626504b1bc19d1f6bedd943369ab25b..e90e50ed8b85ddaeac432568e7fc6c56ddd99d26 100644 (file)
@@ -1,6 +1,9 @@
 config BR2_PACKAGE_LIBXML_PARSER_PERL
        bool "libxml-parser-perl"
        select BR2_PACKAGE_EXPAT
+       # Hide from configuration as we only support the host package
+       # for the moment
+       depends on BR2_HOST_ONLY
        help
          The Perl XML::Parser module.