summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/intltool
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-11 01:08:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-20 11:53:49 +0000
commit9a93c8e7258abdbc947f914f0fc9cebdd4b07ebc (patch)
treee500a125054a2b7785a301b55754202ff2939fe6 /meta/recipes-devtools/intltool
parent13f256fb112d3f2bd0de119dcc231e078900cbc6 (diff)
downloadpoky-9a93c8e7258abdbc947f914f0fc9cebdd4b07ebc.tar.gz
intltool: Allow nativesdk variant to build
This tool has been missing from the SDKs, the recipe specific sysroot work highlighted the issues. (From OE-Core rev: e4346299da911dd7c43c2e221b941e5cda502d1e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/intltool')
-rw-r--r--meta/recipes-devtools/intltool/intltool_0.51.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/intltool/intltool_0.51.0.bb b/meta/recipes-devtools/intltool/intltool_0.51.0.bb
index a7ea3b727d..551bdf0619 100644
--- a/meta/recipes-devtools/intltool/intltool_0.51.0.bb
+++ b/meta/recipes-devtools/intltool/intltool_0.51.0.bb
@@ -22,6 +22,7 @@ inherit autotools pkgconfig perlnative
22 22
23export PERL = "${bindir}/env perl" 23export PERL = "${bindir}/env perl"
24PERL_class-native = "/usr/bin/env nativeperl" 24PERL_class-native = "/usr/bin/env nativeperl"
25PERL_class-nativesdk = "/usr/bin/env perl"
25 26
26# gettext is assumed to exist on the host 27# gettext is assumed to exist on the host
27RDEPENDS_${PN}_class-native = "libxml-parser-perl-native" 28RDEPENDS_${PN}_class-native = "libxml-parser-perl-native"
@@ -33,4 +34,4 @@ FILES_${PN} += "${datadir}/aclocal"
33 34
34INSANE_SKIP_${PN} += "dev-deps" 35INSANE_SKIP_${PN} += "dev-deps"
35 36
36BBCLASSEXTEND = "native" 37BBCLASSEXTEND = "native nativesdk"