diff options
Diffstat (limited to 'recipes/xfce-base/xfce4-dev-tools_4.6.0.bb')
-rw-r--r-- | recipes/xfce-base/xfce4-dev-tools_4.6.0.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/xfce-base/xfce4-dev-tools_4.6.0.bb b/recipes/xfce-base/xfce4-dev-tools_4.6.0.bb index f940132a4f..0037f99478 100644 --- a/recipes/xfce-base/xfce4-dev-tools_4.6.0.bb +++ b/recipes/xfce-base/xfce4-dev-tools_4.6.0.bb @@ -1,20 +1,20 @@ DESCRIPTION = "Xfce4 development tools" SECTION = "x11/libs" LICENSE = "GPL" -PR = "r1" +PR = "r3" inherit xfce46 -inherit autotools autotools_stage +inherit autotools + +do_install_append() { + install -d ${D}${datadir}/aclocal + install -m 644 m4macros/*.m4 ${D}${datadir}/aclocal/ +} XFCE_VERSION = ${PV} SRC_URI = "http://www.us.xfce.org/archive/xfce-${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2" -do_stage() { - install -d ${STAGING_DATADIR}/aclocal - install -m 644 m4macros/*.m4 ${STAGING_DATADIR}/aclocal/ -} - FILES_${PN}-dev += " ${datadir}/xfce4/dev-tools/m4macros/*.m4" SRC_URI[md5sum] = "c9587fa78e877eee858a33391d0afd62" |