aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/intltool/intltool_0.40.6.bb
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:48:50 +0100
commitfd39130db3f3e66cd6be25dfbbe9cd1e7a21ff26 (patch)
tree232bf6076961ae103a6578ee2f13737cf3d5ca89 /meta/recipes-devtools/intltool/intltool_0.40.6.bb
parentaae5021101224344a2b1a3af5becf74291fbbfe5 (diff)
downloadopenembedded-core-contrib-fd39130db3f3e66cd6be25dfbbe9cd1e7a21ff26.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) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-devtools/intltool/intltool_0.40.6.bb')
-rw-r--r--meta/recipes-devtools/intltool/intltool_0.40.6.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
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"