[oe-commits] [meta-openembedded] 04/19: exo: 0.12.5 -> 0.12.6

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

    exo: 0.12.5 -> 0.12.6
    
    * gtk+3 is required but not added to DEPENDS that libxfce4ui depends on
      it already
    * remove libxfce4util from DEPENDS for clean that it 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/exo/{exo_0.12.5.bb => exo_0.12.6.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-xfce/recipes-xfce/exo/exo_0.12.5.bb b/meta-xfce/recipes-xfce/exo/exo_0.12.6.bb
similarity index 80%
rename from meta-xfce/recipes-xfce/exo/exo_0.12.5.bb
rename to meta-xfce/recipes-xfce/exo/exo_0.12.6.bb
index 7d61e8f..e09b4ff 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.12.5.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.12.6.bb
@@ -2,7 +2,7 @@ DESCRIPTION="Application library for the Xfce desktop environment"
 SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
+DEPENDS = "gtk+ libxfce4ui virtual/libx11 liburi-perl-native cairo"
 DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
 
 inherit xfce pythonnative perlnative gtk-doc distro_features_check
@@ -20,8 +20,8 @@ SRC_URI_append_class-native = " \
     file://reduce-build-to-exo-csource-only.patch \
 "
 
-SRC_URI[md5sum] = "1de1d539262847d49474d20cbebc78ea"
-SRC_URI[sha256sum] = "e8f434d6436ae647dd1614e8a24aba23c83f70cb14037b5bc98652f558be43e8"
+SRC_URI[md5sum] = "e97267e5d5a41bf5b95e9bfdaa62e47a"
+SRC_URI[sha256sum] = "1417fffc593225d61ba57b050ae2ce66ef37615c9ec66944db32019761441003"
 
 PACKAGES =+ "exo-csource"
 

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


More information about the Openembedded-commits mailing list