summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/intltool
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-07-20 15:14:05 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:19 +0100
commit893fa5bd194a4c78a29690de847e9d5ff69b40b7 (patch)
tree7af436c816f04aacdc6739663745f176d5cff4f1 /meta/recipes-devtools/intltool
parenta0abef4533337faeb2fd991d7ab67f0a94f59568 (diff)
downloadpoky-893fa5bd194a4c78a29690de847e9d5ff69b40b7.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/intltool')
-rw-r--r--meta/recipes-devtools/intltool/intltool.inc2
-rw-r--r--meta/recipes-devtools/intltool/intltool_0.40.6.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc
index a4bccd3655..c934654f61 100644
--- a/meta/recipes-devtools/intltool/intltool.inc
+++ b/meta/recipes-devtools/intltool/intltool.inc
@@ -10,7 +10,7 @@ DEPENDS = "libxml-parser-perl-native"
10#RDEPENDS_${PN} = "libxml-parser-perl" 10#RDEPENDS_${PN} = "libxml-parser-perl"
11RRECOMMENDS_${PN} = "perl-modules" 11RRECOMMENDS_${PN} = "perl-modules"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig perlnative
14 14
15export PERL_virtclass-native = "/usr/bin/env perl" 15export PERL_virtclass-native = "/usr/bin/env perl"
16BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"
diff --git a/meta/recipes-devtools/intltool/intltool_0.40.6.bb b/meta/recipes-devtools/intltool/intltool_0.40.6.bb
index ea671444a9..c7938e5d36 100644
--- a/meta/recipes-devtools/intltool/intltool_0.40.6.bb
+++ b/meta/recipes-devtools/intltool/intltool_0.40.6.bb
@@ -1,7 +1,7 @@
1require intltool.inc 1require intltool.inc
2LICENSE="GPLv2" 2LICENSE="GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
4PR = "r2" 4PR = "r3"
5 5
6SRC_URI_append = " file://intltool-nowarn-0.40.0.patch" 6SRC_URI_append = " file://intltool-nowarn-0.40.0.patch"
7 7