mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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] 0b876d3977
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
0d7b6a470f
commit
9cb4058e60
@@ -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
|
||||
@@ -11,5 +11,4 @@ INTLTOOL_LICENSE_FILES = COPYING
|
||||
|
||||
HOST_INTLTOOL_DEPENDENCIES = host-gettext host-libxml-parser-perl
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user