summaryrefslogtreecommitdiffstats
path: root/package/libxml-parser-perl
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-08-13 15:35:11 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-08-24 09:30:41 +0200
commit0b876d39776fdec69762b988216e5ed64dbe6ba8 (patch)
tree685712b221c34ed121b68d540d1b7cd1b1e6f5bd /package/libxml-parser-perl
parentc56087e65c60ac13f7853d67de8e70d15b811df5 (diff)
downloadbuildroot-novena-0b876d39776fdec69762b988216e5ed64dbe6ba8.tar.gz
buildroot-novena-0b876d39776fdec69762b988216e5ed64dbe6ba8.zip
libxml-parser-perl/intltool: mark as host only packages
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>
Diffstat (limited to 'package/libxml-parser-perl')
-rw-r--r--package/libxml-parser-perl/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libxml-parser-perl/Config.in b/package/libxml-parser-perl/Config.in
index d20a401d8..e90e50ed8 100644
--- a/package/libxml-parser-perl/Config.in
+++ b/package/libxml-parser-perl/Config.in
@@ -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.