summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-06-09 08:38:06 +0200
committerKhem Raj <raj.khem@gmail.com>2021-06-09 08:49:21 -0700
commit9d19e69e920e5bc008a7b61c999578f5bd0cf5e4 (patch)
tree30713a0f4cca5c98cb40dde6a0d0a431746afcc3 /meta-gnome
parent00f9b8cbbcdbca42faaedc9fd98c8f7ad3fdd7d6 (diff)
downloadmeta-openembedded-9d19e69e920e5bc008a7b61c999578f5bd0cf5e4.tar.gz
dconf: upgrade 0.38.0 -> 0.40.0
Changes in dconf 0.40.0 ======================= - common: Add missing G_BEGIN/END_DECLS to allow use of headers from C++ code (Philip Withnall, !67) Changes in dconf 0.39.1 ======================= - build: improve libdconf visible symbols (Inigo Martinez, Daniel Playfair Cal, !59) - engine: do not emit optimistic change notifications unless the local value is different (Daniel Playfair Cal, !2) - build: minor fixes to bash completion script (Philip Withnall, !64) - service: add a systemd unit for D-Bus activation (Simon McVittie, !63) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb (renamed from meta-gnome/recipes-gnome/dconf/dconf_0.38.0.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.38.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb
index 162748d30..b1604e8df 100644
--- a/meta-gnome/recipes-gnome/dconf/dconf_0.38.0.bb
+++ b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 3LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
4SECTION = "x11/gnome" 4SECTION = "x11/gnome"
5 5
6SRC_URI[archive.sha256sum] = "45f60f41330d27715cce1315af123f94f1c2cdedb68b6bed3b309866eec44f58" 6SRC_URI[archive.sha256sum] = "cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533"
7 7
8DEPENDS = "dbus glib-2.0 intltool-native" 8DEPENDS = "dbus glib-2.0 intltool-native"
9 9
@@ -18,6 +18,7 @@ EXTRA_OEMESON_append_class-native = " -Dbash_completion=false"
18 18
19FILES_${PN} += " \ 19FILES_${PN} += " \
20 ${datadir}/dbus-1 \ 20 ${datadir}/dbus-1 \
21 ${systemd_user_unitdir} \
21 ${libdir}/gio/modules/*.so \ 22 ${libdir}/gio/modules/*.so \
22" 23"
23 24