]> code.ossystems Code Review - openembedded-core.git/commitdiff
Make intltool use perlnative instead of perl on host
authorMatthew McClintock <msm@freescale.com>
Wed, 20 Jul 2011 20:14:05 +0000 (15:14 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jul 2011 09:48:50 +0000 (10:48 +0100)
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 <msm@freescale.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
meta/recipes-devtools/intltool/intltool.inc
meta/recipes-devtools/intltool/intltool_0.40.6.bb

index a4bccd3655642f4c44a037e47a8192d355945b63..c934654f61acfeddfaefd452a04c5111910bef9b 100644 (file)
@@ -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"
index ea671444a9261a4802b70200f7cc0922dd66e493..c7938e5d36eb953e07b2284e1fcc8f68604f9e89 100644 (file)
@@ -1,7 +1,7 @@
 require intltool.inc
 LICENSE="GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-PR = "r2"
+PR = "r3"
 
 SRC_URI_append = " file://intltool-nowarn-0.40.0.patch"