diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-03-02 00:12:52 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-21 16:42:24 +0100 |
| commit | f3d71ec0e087b0a0c5767a8b4d1c1f3375387fcd (patch) | |
| tree | 1794b319093bfb2df33d4b98649df8389c563b16 /meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.12.0.bb | |
| parent | 18d9ac032014280e3f4c24959b42a8b039f902c8 (diff) | |
| download | meta-openembedded-f3d71ec0e087b0a0c5767a8b4d1c1f3375387fcd.tar.gz | |
xfce4-dev-tools: update to 4.12.0
to be honest: have no idea what the patch was for. Tested complete xfce 4.12
without issues. So remove it.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.12.0.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.12.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.12.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.12.0.bb new file mode 100644 index 0000000000..5557f6df9d --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.12.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Xfce4 development tools" | ||
| 2 | HOMEPAGE = "http://www.xfce.org" | ||
| 3 | SECTION = "x11/libs" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | ||
| 6 | DEPENDS = "glib-2.0" | ||
| 7 | |||
| 8 | inherit autotools pkgconfig | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native" | ||
| 11 | |||
| 12 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" | ||
| 13 | SRC_URI[md5sum] = "559202c4d9650e23696c44aa94cfc5a9" | ||
| 14 | SRC_URI[sha256sum] = "e2e3a654fe9110df81f8c2483c9cbfa6d656fed15d5e5e717d6ef10bd0f5b5cb" | ||
| 15 | |||
| 16 | do_install_append() { | ||
| 17 | install -d ${D}${datadir}/aclocal | ||
| 18 | install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/ | ||
| 19 | } | ||
| 20 | |||
| 21 | FILES_${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" | ||
| 22 | |||
| 23 | RDEPENDS_${PN} = "bash" | ||
