diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-23 13:46:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-23 15:27:47 +0200 |
commit | a63e30ddd74bbdf85c6b238a29a5640d485ebf56 (patch) | |
tree | 5d2112db8a8255d47682c9146953feb8d0b2f148 /recipes/xfce-base/xfce4-dev-tools_4.4.0.1.bb | |
parent | 653467ce150b0b53ce510fafa66d1e224c13d82f (diff) |
xfce-base apps: convert to new style staging
Diffstat (limited to 'recipes/xfce-base/xfce4-dev-tools_4.4.0.1.bb')
-rw-r--r-- | recipes/xfce-base/xfce4-dev-tools_4.4.0.1.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/xfce-base/xfce4-dev-tools_4.4.0.1.bb b/recipes/xfce-base/xfce4-dev-tools_4.4.0.1.bb index 4748792c36..c154ffe56e 100644 --- a/recipes/xfce-base/xfce4-dev-tools_4.4.0.1.bb +++ b/recipes/xfce-base/xfce4-dev-tools_4.4.0.1.bb @@ -2,14 +2,17 @@ DESCRIPTION = "Xfce4 development tools" SECTION = "x11/libs" LICENSE = "GPL" +PR = "r2" + inherit xfce XFCE_VERSION = 4.4.2 -do_stage() { - install -d ${STAGING_DATADIR}/aclocal - install -m 644 m4macros/*.m4 ${STAGING_DATADIR}/aclocal/ +do_install_append() { + install -d ${D}${datadir}/aclocal + install -m 644 m4macros/*.m4 ${D}${datadir}/aclocal/ } + FILES_${PN}-dev += " ${datadir}/xfce4/dev-tools/m4macros/*.m4" SRC_URI[md5sum] = "7d09d161efc7ef86b3b48791d98c8ae8" |