mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 12:13:02 +01:00
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN}
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
18 lines
497 B
PHP
18 lines
497 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_${PN} = "libxml-parser-perl"
|
|
RRECOMMENDS_${PN} = "perl-modules"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
export PERL_virtclass-native = "/usr/bin/env perl"
|
|
BBCLASSEXTEND = "native"
|