diff options
author | Koen Kooi <koen@openembedded.org> | 2010-08-05 11:58:51 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-05 11:58:51 +0200 |
commit | c80c701f9f0bed253b07e1af706653d8ec7a079c (patch) | |
tree | 4350cdf1e5cf84c0e9f26f4b2f2e041a166e2de3 /recipes | |
parent | 91ac9b51b001bc392fab23e65be6c5fb416980ea (diff) |
intltool: remove legacy staging
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/intltool/intltool.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/intltool/intltool.inc b/recipes/intltool/intltool.inc index 1de2ae0323..6beb3377ed 100644 --- a/recipes/intltool/intltool.inc +++ b/recipes/intltool/intltool.inc @@ -3,14 +3,11 @@ PRIORITY = "optional" SECTION = "devel" LICENSE = "GPL" DEPENDS += "libxml-parser-perl-native" -INC_PR = "r3" +INC_PR = "r4" 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}" -inherit autotools pkgconfig +inherit autotools pkgconfig -do_stage() { - install -m 0644 intltool.m4 ${STAGING_DATADIR}/aclocal/ -} |