[oe-commits] [meta-openembedded] 14/19: garcon: 0.6.2 -> 0.6.3

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

    garcon: 0.6.2 -> 0.6.3
    
    * remove libxfce4util from DEPENDS which is 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/garcon/{garcon_0.6.2.bb => garcon_0.6.3.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.6.2.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb
similarity index 64%
rename from meta-xfce/recipes-xfce/garcon/garcon_0.6.2.bb
rename to meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb
index 27096da..dc44eae 100644
--- a/meta-xfce/recipes-xfce/garcon/garcon_0.6.2.bb
+++ b/meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb
@@ -2,15 +2,15 @@ DESCRIPTION="Xfce Menu Library"
 SECTION = "x11/libs"
 LICENSE = "LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
-DEPENDS = "xfce4-dev-tools-native libxfce4util libxfce4ui intltool-native"
+DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native"
 
 inherit xfce gtk-doc distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch"
-SRC_URI[md5sum] = "a4b6332ff6f090575d534d6a9d2761d8"
-SRC_URI[sha256sum] = "a87f09648ff10d45c524b3bfe618f18622bdd8b205589d35fed2f12d9c79c47c"
+SRC_URI[md5sum] = "3b54d210adec3b6be781a1da26b53da2"
+SRC_URI[sha256sum] = "76b1fea531363e9c5e767f1899039b4fe854edf23f6c0f260807e5551f798401"
 
 EXTRA_OECONF = "--disable-gtk-doc"
 

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


More information about the Openembedded-commits mailing list