mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
intltool recipe was using perl from the host instead of perl from poky. This forces the recipe to use poky's perl (along with perl modules it pulls in) (From OE-Core rev: fd39130db3f3e66cd6be25dfbbe9cd1e7a21ff26) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
486 B
PHP
17 lines
486 B
PHP
DESCRIPTION = "Utility scripts for internationalizing XML"
|
|
SECTION = "devel"
|
|
LICENSE = "GPL"
|
|
|
|
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"
|
|
|
|
inherit autotools pkgconfig perlnative
|
|
|
|
export PERL_virtclass-native = "/usr/bin/env perl"
|
|
BBCLASSEXTEND = "native"
|