diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-07-19 11:42:25 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:28:53 +0100 |
| commit | ae39c3a0f687b6e23d2726defa8287eacb6f8a79 (patch) | |
| tree | 419add969b612ff39d3610ffa3e4d32b39029152 /meta/recipes-devtools/intltool/intltool.inc | |
| parent | bb4298427733da58f96c7702ce547464b3c0aafc (diff) | |
| download | poky-ae39c3a0f687b6e23d2726defa8287eacb6f8a79.tar.gz | |
intltool: merge .bb and .inc
There's no use in having these split, so merge them together for clarity.
(From OE-Core rev: bf88f089c3bb8ceef7338436a1688a44399efc57)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/intltool/intltool.inc')
| -rw-r--r-- | meta/recipes-devtools/intltool/intltool.inc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc deleted file mode 100644 index eb7ae004aa..0000000000 --- a/meta/recipes-devtools/intltool/intltool.inc +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | SUMMARY = "Utility scripts for internationalizing XML" | ||
| 2 | SECTION = "devel" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | |||
| 5 | URLV="${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" | ||
| 6 | SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" | ||
| 7 | |||
| 8 | UPSTREAM_CHECK_URI = "https://launchpad.net/intltool/trunk/" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/intltool-${PV}" | ||
| 11 | |||
| 12 | DEPENDS = "libxml-parser-perl-native" | ||
| 13 | RDEPENDS_${PN} = "gettext-dev libxml-parser-perl" | ||
| 14 | DEPENDS_class-native = "libxml-parser-perl-native" | ||
| 15 | # gettext is assumed to exist on the host | ||
| 16 | RDEPENDS_${PN}_class-native = "libxml-parser-perl-native" | ||
| 17 | RRECOMMENDS_${PN} = "perl-modules" | ||
| 18 | RRECOMMENDS_${PN}_class-native = "" | ||
| 19 | |||
| 20 | FILES_${PN}-dev = "" | ||
| 21 | FILES_${PN} += "${datadir}/aclocal" | ||
| 22 | |||
| 23 | INSANE_SKIP_${PN} += "dev-deps" | ||
| 24 | |||
| 25 | inherit autotools pkgconfig perlnative | ||
| 26 | |||
| 27 | export PERL = "${bindir}/env perl" | ||
| 28 | PERL_class-native = "/usr/bin/env nativeperl" | ||
| 29 | |||
| 30 | BBCLASSEXTEND = "native" | ||
