summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/intltool/intltool.inc
blob: 23a1ee977484fa4deb17e1d6047340832e1770c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Utility scripts for internationalizing XML"
SECTION = "devel"
LICENSE = "GPLv2"

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"
DEPENDS_virtclass-native = "libxml-parser-perl-native"
#RDEPENDS_${PN} = "libxml-parser-perl"
RRECOMMENDS_${PN} = "perl-modules"
RRECOMMENDS_${PN}_virtclass-native = ""

inherit autotools pkgconfig perlnative

export PERL = "${bindir}/env perl"
PERL_virtclass-native = "/usr/bin/env nativeperl"

BBCLASSEXTEND = "native"
OpenPOWER on IntegriCloud