mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user