mirror of
https://git.yoctoproject.org/poky
synced 2026-06-15 05:40:00 +00:00
d62ee7eaf2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
18 lines
485 B
PHP
18 lines
485 B
PHP
DESCRIPTION = "Utility scripts for internationalizing XML"
|
|
PRIORITY = "optional"
|
|
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 = "libxml-parser-perl"
|
|
RRECOMMENDS = "perl-modules"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
export PERL_virtclass-native = "/usr/bin/env perl"
|
|
BBCLASSEXTEND = "native"
|