From fd39130db3f3e66cd6be25dfbbe9cd1e7a21ff26 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Wed, 20 Jul 2011 15:14:05 -0500 Subject: Make intltool use perlnative instead of perl on host intltool recipe was using perl from the host instead of perl from poky. This forces the recipe to use poky's perl (along with perl modules it pulls in) Signed-off-by: Matthew McClintock Signed-off-by: Tom Rini --- meta/recipes-devtools/intltool/intltool.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/intltool/intltool.inc') diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc index a4bccd365..c934654f6 100644 --- a/meta/recipes-devtools/intltool/intltool.inc +++ b/meta/recipes-devtools/intltool/intltool.inc @@ -10,7 +10,7 @@ DEPENDS = "libxml-parser-perl-native" #RDEPENDS_${PN} = "libxml-parser-perl" RRECOMMENDS_${PN} = "perl-modules" -inherit autotools pkgconfig +inherit autotools pkgconfig perlnative export PERL_virtclass-native = "/usr/bin/env perl" BBCLASSEXTEND = "native" -- cgit v1.2.3