diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-08-12 08:31:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:26:19 +0100 |
commit | 171efb209d920b148b978b54acad554d3ec589ae (patch) | |
tree | a793663f20f54f967f5bc278f3c0188eede101e6 /meta/recipes-devtools/intltool/intltool_0.40.6.bb | |
parent | 5b4c0b327a2b699e9ce714cc0871eca91d5363c8 (diff) | |
download | poky-171efb209d920b148b978b54acad554d3ec589ae.tar.gz |
intltool: Use nativeperl binary for PERL instead of 'perl'
License is GPLv2 change it.
Defining PERL for native intltool is not needed anymore
(From OE-Core rev: d4b4ecb33c727ed54ab52de79e69cd3f0d14fb35)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb | 9 |
1 files changed, 7 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 c7938e5d36..931122dac2 100644 --- a/meta/recipes-devtools/intltool/intltool_0.40.6.bb +++ b/meta/recipes-devtools/intltool/intltool_0.40.6.bb | |||
@@ -1,9 +1,14 @@ | |||
1 | require intltool.inc | 1 | require intltool.inc |
2 | LICENSE="GPLv2" | 2 | LICENSE="GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
4 | PR = "r3" | 4 | PR = "r4" |
5 | 5 | ||
6 | SRC_URI_append = " file://intltool-nowarn-0.40.0.patch" | 6 | SRC_URI_append = " file://intltool-nowarn-0.40.0.patch \ |
7 | ${NATIVEPATCHES} \ | ||
8 | " | ||
9 | |||
10 | NATIVEPATCHES = "" | ||
11 | NATIVEPATCHES_virtclass-native = "file://use-nativeperl.patch" | ||
7 | 12 | ||
8 | SRC_URI[md5sum] = "69bc0353323112f42ad4f9cf351bc3e5" | 13 | SRC_URI[md5sum] = "69bc0353323112f42ad4f9cf351bc3e5" |
9 | SRC_URI[sha256sum] = "4d1e5f8561f09c958e303d4faa885079a5e173a61d28437d0013ff5efc9e3b64" | 14 | SRC_URI[sha256sum] = "4d1e5f8561f09c958e303d4faa885079a5e173a61d28437d0013ff5efc9e3b64" |