summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2024-11-22 19:02:26 -0500
committerKhem Raj <raj.khem@gmail.com>2024-11-22 17:19:25 -0800
commitdb512a6ba9d3ac198be0e1bda93ec3e0d4ff1bfa (patch)
tree65ae32380122aa1a4ea87a969c3da4af1185f3c1 /meta-xfce
parent3ea17130b13012de17ed51aefad7c7b21e363e70 (diff)
downloadmeta-openembedded-db512a6ba9d3ac198be0e1bda93ec3e0d4ff1bfa.tar.gz
xfce4-dev-tools: Upgrade 4.18.0 -> 4.18.1
Changelog: https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/tags/xfce4-dev-tools-4.18.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb (renamed from meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb
index 6ca18b8b3..576fa3262 100644
--- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb
@@ -4,14 +4,14 @@ SECTION = "x11/libs"
4LICENSE = "GPL-2.0-or-later" 4LICENSE = "GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6 6
7DEPENDS = "glib-2.0" 7DEPENDS = "glib-2.0 libxslt-native"
8DEPENDS:append:class-target = " ${BPN}-native" 8DEPENDS:append:class-target = " ${BPN}-native"
9 9
10SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2 \ 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 \ 11 file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \
12 " 12 "
13SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" 13SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch"
14SRC_URI[sha256sum] = "eedb4fc955f0e3459c46864ff98579295db2b900743e0ff69cad5970ba76be37" 14SRC_URI[sha256sum] = "812cabe7048922ebc176564b73c3e427e467c9566365ee3e54c0487d305a7681"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig
17 17