mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 20:39:39 +01:00
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>
17 lines
477 B
PHP
17 lines
477 B
PHP
DESCRIPTION = "Utility scripts for internationalizing XML"
|
|
SECTION = "devel"
|
|
LICENSE = "GPLv2"
|
|
|
|
URLV="${@'.'.join(bb.data.getVar('PV',d,1).split('.')[0:2])}"
|
|
SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
|
|
S = "${WORKDIR}/intltool-${PV}"
|
|
|
|
DEPENDS = "libxml-parser-perl-native"
|
|
#RDEPENDS_${PN} = "libxml-parser-perl"
|
|
RRECOMMENDS_${PN} = "perl-modules"
|
|
RRECOMMENDS_${PN}_virtclass-native = ""
|
|
|
|
inherit autotools pkgconfig perlnative
|
|
|
|
BBCLASSEXTEND = "native"
|