diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-08-13 15:35:11 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-08-24 09:30:41 +0200 |
commit | 0b876d39776fdec69762b988216e5ed64dbe6ba8 (patch) | |
tree | 685712b221c34ed121b68d540d1b7cd1b1e6f5bd /package/libxml-parser-perl | |
parent | c56087e65c60ac13f7853d67de8e70d15b811df5 (diff) |
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.in | 3 |
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. |