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:13:34 +0100 |
commit | d4b4ecb33c727ed54ab52de79e69cd3f0d14fb35 (patch) | |
tree | 3e6e26d73f2c1a70b79f0f56aa221ac78cac5fec /meta/recipes-devtools/intltool/intltool.inc | |
parent | 2c036c71cf0d978fac2ddc4abfb702d42af6bcda (diff) | |
download | openembedded-core-d4b4ecb33c727ed54ab52de79e69cd3f0d14fb35.tar.gz openembedded-core-d4b4ecb33c727ed54ab52de79e69cd3f0d14fb35.tar.bz2 openembedded-core-d4b4ecb33c727ed54ab52de79e69cd3f0d14fb35.zip |
intltool: Use nativeperl binary for PERL instead of 'perl'
License is GPLv2 change it.
Defining PERL for native intltool is not needed anymore
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/intltool/intltool.inc')
-rw-r--r-- | meta/recipes-devtools/intltool/intltool.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc index 1e778b6f3e..7e11fc9da9 100644 --- a/meta/recipes-devtools/intltool/intltool.inc +++ b/meta/recipes-devtools/intltool/intltool.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Utility scripts for internationalizing XML" SECTION = "devel" -LICENSE = "GPL" +LICENSE = "GPLv2" URLV="${@'.'.join(bb.data.getVar('PV',d,1).split('.')[0:2])}" SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2" @@ -13,5 +13,4 @@ RRECOMMENDS_${PN}_virtclass-native = "" inherit autotools pkgconfig perlnative -export PERL_virtclass-native = "/usr/bin/env perl" BBCLASSEXTEND = "native" |