summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2024-12-19 18:52:22 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-19 09:41:30 -0800
commit093a67bc623d32e20a956434ad09e643ecfe021f (patch)
tree3d69cce7156a670b506d421ea67c57725e410d85 /meta-xfce
parent021926bc92637f2784b21d60889174d74833df01 (diff)
downloadmeta-openembedded-093a67bc623d32e20a956434ad09e643ecfe021f.tar.gz
xfce4-dev-tools: 4.18.1 -> 4.20.0
Upgrade xfce4-dev-tools from 4.18.1 to 4.20.0: * add dependency meson-native The change log is at: https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/blob/master/NEWS Signed-off-by: Kai Kang <kai.kang@windriver.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.20.0.bb (renamed from meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb)6
1 files changed, 3 insertions, 3 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.20.0.bb
index 576fa3262..f4e88c4aa 100644
--- 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.20.0.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 libxslt-native" 7DEPENDS = "glib-2.0 libxslt-native meson-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]}/${BP}.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] = "812cabe7048922ebc176564b73c3e427e467c9566365ee3e54c0487d305a7681" 14SRC_URI[sha256sum] = "1fba39a08a0ecc771eaa3a3b6e4272a4f0b9e7c67d0f66e780cd6090cd4466aa"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig
17 17