mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
24 lines
570 B
PHP
24 lines
570 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}"
|
|
|
|
PR = "r3"
|
|
|
|
DEPENDS = "libxml-parser-perl-native"
|
|
#RDEPENDS = "libxml-parser-perl"
|
|
RRECOMMENDS = "perl-modules"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
install -m 0644 intltool.m4 ${STAGING_DATADIR}/aclocal/
|
|
}
|
|
|
|
export PERL_virtclass-native = "/usr/bin/env perl"
|
|
BBCLASSEXTEND = "native"
|