aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-dev-tools
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2011-11-14 21:35:08 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-15 19:58:48 +0100
commitd62a2111e031f0417628addc40729ff593c4591a (patch)
treec235a82597e20ba87e8cfe377772ae78695df693 /meta-xfce/recipes-xfce/xfce4-dev-tools
parentce6051695f5a5d15cdefbff6e37200c5006589ae (diff)
downloadmeta-openembedded-contrib-d62a2111e031f0417628addc40729ff593c4591a.tar.gz
xfce4-dev-tools: cleanups
* do not inherit xfce class to avoid unwanted native dependencies * xfce4-dev-tools.ipk contains complete set of xfce developer extensions * run tested on fresh build dir / image similar to angstrom xfce-nm-image (task-xfce-extended included) / target overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-dev-tools')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb
index 01e5e18864..ce21bf0e9b 100644
--- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb
@@ -1,20 +1,22 @@
DESCRIPTION = "Xfce4 development tools"
+HOMEPAGE = "http://www.xfce.org"
SECTION = "x11/libs"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
-PR = "r1"
+PR = "r2"
BBCLASSEXTEND = "native"
-inherit xfce
+inherit autotools
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"
+FILES_${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4"
+SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "9591299c49d92d00ba47974c42a735fa"
SRC_URI[sha256sum] = "7a1457e9dc839cb121a48e5c53c483ce02a3a5dbaf09376794a13bafe4194815"