diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-11-14 21:35:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-15 19:58:48 +0100 |
commit | d62a2111e031f0417628addc40729ff593c4591a (patch) | |
tree | c235a82597e20ba87e8cfe377772ae78695df693 /meta-xfce | |
parent | ce6051695f5a5d15cdefbff6e37200c5006589ae (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb | 8 |
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 01e5e1886..ce21bf0e9 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 @@ | |||
1 | DESCRIPTION = "Xfce4 development tools" | 1 | DESCRIPTION = "Xfce4 development tools" |
2 | HOMEPAGE = "http://www.xfce.org" | ||
2 | SECTION = "x11/libs" | 3 | SECTION = "x11/libs" |
3 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" |
5 | 6 | ||
6 | PR = "r1" | 7 | PR = "r2" |
7 | 8 | ||
8 | BBCLASSEXTEND = "native" | 9 | BBCLASSEXTEND = "native" |
9 | 10 | ||
10 | inherit xfce | 11 | inherit autotools |
11 | 12 | ||
12 | do_install_append() { | 13 | do_install_append() { |
13 | install -d ${D}${datadir}/aclocal | 14 | install -d ${D}${datadir}/aclocal |
14 | install -m 644 m4macros/*.m4 ${D}${datadir}/aclocal/ | 15 | install -m 644 m4macros/*.m4 ${D}${datadir}/aclocal/ |
15 | } | 16 | } |
16 | 17 | ||
17 | FILES_${PN}-dev += " ${datadir}/xfce4/dev-tools/m4macros/*.m4" | 18 | FILES_${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" |
18 | 19 | ||
20 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | ||
19 | SRC_URI[md5sum] = "9591299c49d92d00ba47974c42a735fa" | 21 | SRC_URI[md5sum] = "9591299c49d92d00ba47974c42a735fa" |
20 | SRC_URI[sha256sum] = "7a1457e9dc839cb121a48e5c53c483ce02a3a5dbaf09376794a13bafe4194815" | 22 | SRC_URI[sha256sum] = "7a1457e9dc839cb121a48e5c53c483ce02a3a5dbaf09376794a13bafe4194815" |