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)

(From OE-Core rev: fd39130db3f3e66cd6be25dfbbe9cd1e7a21ff26)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Matthew McClintock 2011-07-20 15:14:05 -05:00 committed by Richard Purdie
parent a0abef4533
commit 893fa5bd19
2 changed files with 2 additions and 2 deletions

View 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"

View 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"