mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user