summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2024-12-19 18:04:29 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-19 09:41:29 -0800
commit5da5979066fbb94b551d3bcd24e88c0faa6a873a (patch)
tree61d15725eb1be2cd83ec05252d00d62f8467c71a
parentdedc9af69d4263f35fe821ac8b0ba110741924eb (diff)
downloadmeta-openembedded-5da5979066fbb94b551d3bcd24e88c0faa6a873a.tar.gz
xfconf: 4.18.2 -> 4.20.0
Update xfconf from 4.18.2 to 4.20.0: * update EXTRA_OECONF to remove legacy perl setting, and add config for gdbug-codegen The change log is at: https://gitlab.xfce.org/xfce/xfconf/-/blob/master/NEWS Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/xfconf/xfconf_4.20.0.bb (renamed from meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb)8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.20.0.bb
index 39694cd0bf..04c12b44dd 100644
--- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.20.0.bb
@@ -6,13 +6,15 @@ DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native"
6 6
7inherit xfce gtk-doc gobject-introspection bash-completion vala 7inherit xfce gtk-doc gobject-introspection bash-completion vala
8 8
9EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" 9EXTRA_OECONF += "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen"
10 10
11SRC_URI[sha256sum] = "dce24fb0555e9718d139c10e714759e03ab4e40a7ffcf3c990f046f7a17213cc" 11SRC_URI[sha256sum] = "8bc43c60f1716b13cf35fc899e2a36ea9c6cdc3478a8f051220eef0f53567efd"
12 12
13FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \ 13FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \
14 ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ 14 ${libdir}/gio/modules/libxfconfgsettingsbackend.so \
15 ${datadir}/dbus-1/services/org.xfce.Xfconf.service" 15 ${datadir}/dbus-1/services/org.xfce.Xfconf.service \
16 ${systemd_user_unitdir}/xfconfd.service \
17 "
16 18
17FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" 19FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la"
18 20