[oe-commits] [meta-openembedded] 05/19: xfconf: 4.13.7 -> 4.13.8

git at git.openembedded.org git at git.openembedded.org
Tue Jul 16 16:11:21 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 386d4b92c44f8b6ecc85ff5fbf6b152544daafba
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Tue Jul 16 10:12:20 2019 -0400

    xfconf: 4.13.7 -> 4.13.8
    
    * remove dbus-glib from DEPENDS that it has been replaced by gdbus.
      glib-2.0 provides gdbus and has been imported to DEPENDS by libxfce4util.
    * inherit class gobject-introspection which has been supported by xfconf
      4.13.8
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-xfce/xfconf/{xfconf_4.13.7.bb => xfconf_4.13.8.bb}    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.7.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.8.bb
similarity index 69%
rename from meta-xfce/recipes-xfce/xfconf/xfconf_4.13.7.bb
rename to meta-xfce/recipes-xfce/xfconf/xfconf_4.13.8.bb
index 9f08f74..54d051c 100644
--- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.7.bb
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.8.bb
@@ -2,14 +2,14 @@ SUMMARY = "Xfce configuration daemon and utilities"
 SECTION = "x11/wm"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-DEPENDS = "dbus-glib libxfce4util perl intltool-native xfce4-dev-tools-native"
+DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native"
 
-inherit xfce gtk-doc
+inherit xfce gtk-doc gobject-introspection
 
 EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl"
 
-SRC_URI[md5sum] = "ea4c070c4ed8387e6435b56d0e871559"
-SRC_URI[sha256sum] = "5deb13fc48a4116f5ebdee5c21d0fd3deb85bec2f69602beb3c3adb4f85e5bde"
+SRC_URI[md5sum] = "5d48e8d50f7bfadd31e804ce602a5cf3"
+SRC_URI[sha256sum] = "55e2441c4ff78a7006fabb59647f7bc1f190cbb82327b93ba063ff624a896591"
 
 FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \
                 ${libdir}/gio/modules/libxfconfgsettingsbackend.so \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list