From 8acf02147644b92bac20a9215de68709ba9595c2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 1 May 2020 02:29:39 +0000 Subject: intltool: Build nativesdk and do not use nativeperl Signed-off-by: Khem Raj --- meta/recipes-devtools/intltool/intltool_0.51.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 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..0ee101f85c 100644 --- a/meta/recipes-devtools/intltool/intltool_0.51.0.bb +++ b/meta/recipes-devtools/intltool/intltool_0.51.0.bb @@ -21,7 +21,8 @@ DEPENDS_class-native = "libxml-parser-perl-native" inherit autotools pkgconfig perlnative export PERL = "${bindir}/env perl" -PERL_class-native = "/usr/bin/env nativeperl" +PERL_class-native = "/usr/bin/env perl" +PERL_class-nativesdk = "/usr/bin/env perl" # gettext is assumed to exist on the host RDEPENDS_${PN}_class-native = "libxml-parser-perl-native" @@ -33,4 +34,4 @@ FILES_${PN} += "${datadir}/aclocal" INSANE_SKIP_${PN} += "dev-deps" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg