diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-05-18 15:35:41 +0200 |
---|---|---|
committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-18 15:54:00 +0200 |
commit | de13615ac22934b1dd5a928b418e26e820aaf741 (patch) | |
tree | 52821d05c7f75da5b398dacae966a5981747b224 /meta-xfce/recipes-xfce/xfce4-dev-tools | |
parent | a2417b3b98bd6200e211c333a7044ccdb08dc515 (diff) | |
download | meta-openembedded-de13615ac22934b1dd5a928b418e26e820aaf741.tar.gz |
xfce4-dev-tools: update to 4.10.0 and oe-stylize a bit
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-dev-tools')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.10.0.bb (renamed from meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb) | 11 |
1 files changed, 5 insertions, 6 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.10.0.bb index ce21bf0e9..1955fccb0 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.10.0.bb | |||
@@ -3,12 +3,15 @@ HOMEPAGE = "http://www.xfce.org" | |||
3 | SECTION = "x11/libs" | 3 | SECTION = "x11/libs" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" |
6 | DEPENDS = "glib-2.0" | ||
6 | 7 | ||
7 | PR = "r2" | 8 | inherit autotools |
8 | 9 | ||
9 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |
10 | 11 | ||
11 | inherit autotools | 12 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" |
13 | SRC_URI[md5sum] = "372b74f432e7e02d946c2ea9d3de2805" | ||
14 | SRC_URI[sha256sum] = "f79649bbfbbf16881494ee9f67035063765aec12e23ab9bac31de2c8a4f32bf8" | ||
12 | 15 | ||
13 | do_install_append() { | 16 | do_install_append() { |
14 | install -d ${D}${datadir}/aclocal | 17 | install -d ${D}${datadir}/aclocal |
@@ -16,7 +19,3 @@ do_install_append() { | |||
16 | } | 19 | } |
17 | 20 | ||
18 | FILES_${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" | 21 | FILES_${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" |
19 | |||
20 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | ||
21 | SRC_URI[md5sum] = "9591299c49d92d00ba47974c42a735fa" | ||
22 | SRC_URI[sha256sum] = "7a1457e9dc839cb121a48e5c53c483ce02a3a5dbaf09376794a13bafe4194815" | ||