Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame^] | 1 | SUMMARY = "Xfce4 development tools" |
| 2 | HOMEPAGE = "http://www.xfce.org" |
| 3 | SECTION = "x11/libs" |
| 4 | LICENSE = "GPL-2.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 6 | |
| 7 | DEPENDS = "glib-2.0" |
| 8 | DEPENDS:append:class-target = " ${BPN}-native" |
| 9 | |
| 10 | SRC_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 | " |
| 13 | SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" |
| 14 | SRC_URI[sha256sum] = "eedb4fc955f0e3459c46864ff98579295db2b900743e0ff69cad5970ba76be37" |
| 15 | |
| 16 | inherit autotools pkgconfig |
| 17 | |
| 18 | do_install:append() { |
| 19 | install -d ${D}${datadir}/aclocal |
| 20 | install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/ |
| 21 | } |
| 22 | |
| 23 | FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" |
| 24 | |
| 25 | RDEPENDS:${PN} = "bash" |
| 26 | |
| 27 | BBCLASSEXTEND = "native" |