diff options
author | Romain Naour <romain.naour@gmail.com> | 2016-12-31 16:33:28 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-01-01 09:17:38 +0100 |
commit | 9cb4058e602bf4d7bbd639f23ea6d917b67e37b5 (patch) | |
tree | 315f27425f519c41dcf92611ffcf4ac5e129f838 /package/intltool/Config.in | |
parent | 0d7b6a470f5ed006dfd48c7c8ee504f02677c812 (diff) | |
download | buildroot-9cb4058e602bf4d7bbd639f23ea6d917b67e37b5.tar.gz buildroot-9cb4058e602bf4d7bbd639f23ea6d917b67e37b5.zip |
package/intltool: remove target variant
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>
Diffstat (limited to 'package/intltool/Config.in')
-rw-r--r-- | package/intltool/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package/intltool/Config.in b/package/intltool/Config.in deleted file mode 100644 index 4643a899d7..0000000000 --- a/package/intltool/Config.in +++ /dev/null @@ -1,9 +0,0 @@ -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 |