[oe-commits] [meta-openembedded] 08/19: xfwm4: 4.13.2 -> 4.13.3

git at git.openembedded.org git at git.openembedded.org
Tue Jul 16 16:11:24 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 547ba02db4e9fa805431f9183894ef682c13a8ac
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Tue Jul 16 10:12:23 2019 -0400

    xfwm4: 4.13.2 -> 4.13.3
    
    * clean DEPENDS
      - remove dbus-glib which is replaced by gdbus
      - libxfce4util and xfconf are required by libxfce4ui
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.13.2.bb => xfwm4_4.13.3.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.13.2.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.13.3.bb
similarity index 82%
rename from meta-xfce/recipes-xfce/xfwm4/xfwm4_4.13.2.bb
rename to meta-xfce/recipes-xfce/xfwm4/xfwm4_4.13.3.bb
index 6075977..f4ebb45 100644
--- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.13.2.bb
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.13.3.bb
@@ -2,14 +2,14 @@ DESCRIPTION="Xfce4 Window Manager"
 SECTION = "x11/wm"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
-DEPENDS = "virtual/libx11 libxfce4util libxfce4ui xfconf libwnck3 dbus-glib libxinerama exo-native"
+DEPENDS = "virtual/libx11 libxfce4ui libwnck3 libxinerama exo-native"
 
 inherit xfce update-alternatives distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[md5sum] = "aee4a8375beeae09715e77479610ff02"
-SRC_URI[sha256sum] = "7be8a63e92077e42e6cc064a1dfdae608ab99fdc730adbd5200802dbdd86d5a9"
+SRC_URI[md5sum] = "e53081e5928d401604d158429716e699"
+SRC_URI[sha256sum] = "12ad274f6662c8afee35fd9b9310e73bd462c423578d448b2d7353e3c8eda6c1"
 
 PACKAGECONFIG ?= " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'epoxy', '', d)} \

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


More information about the Openembedded-commits mailing list