summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb
new file mode 100644
index 0000000000..576fa32628
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb
@@ -0,0 +1,27 @@
1SUMMARY = "Xfce4 development tools"
2HOMEPAGE = "http://www.xfce.org"
3SECTION = "x11/libs"
4LICENSE = "GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7DEPENDS = "glib-2.0 libxslt-native"
8DEPENDS:append:class-target = " ${BPN}-native"
9
10SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2 \
11 file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \
12 "
13SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch"
14SRC_URI[sha256sum] = "812cabe7048922ebc176564b73c3e427e467c9566365ee3e54c0487d305a7681"
15
16inherit autotools pkgconfig
17
18do_install:append() {
19 install -d ${D}${datadir}/aclocal
20 install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/
21}
22
23FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4"
24
25RDEPENDS:${PN} = "bash"
26
27BBCLASSEXTEND = "native"