mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
00e2d00f79
Changelog: https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/tags/xfce4-dev-tools-4.21.2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
30 lines
991 B
BlitzBasic
30 lines
991 B
BlitzBasic
SUMMARY = "Xfce4 development tools"
|
|
HOMEPAGE = "https://docs.xfce.org/xfce/xfce4-dev-tools/start"
|
|
SECTION = "x11/libs"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = "glib-2.0 libxslt-native meson-native"
|
|
DEPENDS:append:class-target = " ${BPN}-native"
|
|
|
|
SRC_URI = "https://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BP}.tar.bz2 \
|
|
file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \
|
|
"
|
|
SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch"
|
|
SRC_URI[sha256sum] = "a43f726a082b589186d9e6ed076101d41249d1e22bbe61448037550190d7f75a"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_install:append() {
|
|
install -d ${D}${datadir}/aclocal
|
|
install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/
|
|
}
|
|
|
|
FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4 \
|
|
${libdir}/cppcheck \
|
|
"
|
|
|
|
RDEPENDS:${PN} = "bash"
|
|
|
|
BBCLASSEXTEND = "native"
|