diff options
Diffstat (limited to 'meta/recipes-devtools/intltool/intltool.inc')
-rw-r--r-- | meta/recipes-devtools/intltool/intltool.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc new file mode 100644 index 0000000000..f9bdf93b7b --- /dev/null +++ b/meta/recipes-devtools/intltool/intltool.inc | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Utility scripts for internationalizing XML" | ||
2 | PRIORITY = "optional" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "GPL" | ||
5 | |||
6 | URLV="${@'.'.join(bb.data.getVar('PV',d,1).split('.')[0:2])}" | ||
7 | SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2" | ||
8 | S = "${WORKDIR}/intltool-${PV}" | ||
9 | |||
10 | DEPENDS = "libxml-parser-perl-native" | ||
11 | #RDEPENDS = "libxml-parser-perl" | ||
12 | RRECOMMENDS = "perl-modules" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | export PERL_virtclass-native = "/usr/bin/env perl" | ||
17 | BBCLASSEXTEND = "native" | ||