summaryrefslogtreecommitdiffstats
path: root/package/intltool
diff options
context:
space:
mode:
authorThomas Petazzoni2010-08-13 15:35:11 +0200
committerThomas Petazzoni2010-08-24 09:30:41 +0200
commit0b876d39776fdec69762b988216e5ed64dbe6ba8 (patch)
tree685712b221c34ed121b68d540d1b7cd1b1e6f5bd /package/intltool
parentnetcat: prevent build system from adding a prefix to binaries (diff)
downloadbuildroot-0b876d39776fdec69762b988216e5ed64dbe6ba8.tar.gz
buildroot-0b876d39776fdec69762b988216e5ed64dbe6ba8.tar.xz
buildroot-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/intltool')
-rw-r--r--package/intltool/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/intltool/Config.in b/package/intltool/Config.in
index 94b34f7c4..990a22712 100644
--- a/package/intltool/Config.in
+++ b/package/intltool/Config.in
@@ -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