summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/intltool/intltool_0.40.6.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-31 11:26:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-31 18:06:57 +0100
commit8a78ed689daa9a0eab0ff9e0c4d1ac5fc0b520a9 (patch)
tree941a6e028c3b6ebc9375945dbea611aed624e2c4 /meta/recipes-devtools/intltool/intltool_0.40.6.bb
parent9df33286b057f9257aae64d8724e6d1f39f722f2 (diff)
downloadpoky-8a78ed689daa9a0eab0ff9e0c4d1ac5fc0b520a9.tar.gz
intltool: Fix perl paths
Currently in the native case we have a path that can easily exceed the interpretor limit so use "env nativeperl" in that case. This patch also fixes up the target version's interpretor path but to do this we need to bypass the configure checks. (From OE-Core rev: b9fa8fd4f09b68cbcc12b557451a58a1f218d7f3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/intltool/intltool_0.40.6.bb')
-rw-r--r--meta/recipes-devtools/intltool/intltool_0.40.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/intltool/intltool_0.40.6.bb b/meta/recipes-devtools/intltool/intltool_0.40.6.bb
index 931122dac2..e9871fc098 100644
--- a/meta/recipes-devtools/intltool/intltool_0.40.6.bb
+++ b/meta/recipes-devtools/intltool/intltool_0.40.6.bb
@@ -1,13 +1,13 @@
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 = "r4" 4PR = "r5"
5 5
6SRC_URI_append = " file://intltool-nowarn-0.40.0.patch \ 6SRC_URI_append = " file://intltool-nowarn-0.40.0.patch \
7 ${NATIVEPATCHES} \ 7 ${NATIVEPATCHES} \
8 " 8 "
9 9
10NATIVEPATCHES = "" 10NATIVEPATCHES = "file://noperlcheck.patch"
11NATIVEPATCHES_virtclass-native = "file://use-nativeperl.patch" 11NATIVEPATCHES_virtclass-native = "file://use-nativeperl.patch"
12 12
13SRC_URI[md5sum] = "69bc0353323112f42ad4f9cf351bc3e5" 13SRC_URI[md5sum] = "69bc0353323112f42ad4f9cf351bc3e5"