[oe-commits] [meta-openembedded] 05/17: exo: 0.12.6 -> 0.12.8

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 04:50:03 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 c942d4cc15825413d08eaf30260c566dc5623144
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Tue Aug 13 05:21:06 2019 -0400

    exo: 0.12.6 -> 0.12.8
    
    Update exo from 0.12.6 to 0.12.8.
    
    * add gtk+3 to DEPENDS
    * make gtk+ as a PACKAGECONFIG. Remove it when no application needs exo
      gtk+2 support
    
    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.6.bb => exo_0.12.8.bb} | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/meta-xfce/recipes-xfce/exo/exo_0.12.6.bb b/meta-xfce/recipes-xfce/exo/exo_0.12.8.bb
similarity index 68%
rename from meta-xfce/recipes-xfce/exo/exo_0.12.6.bb
rename to meta-xfce/recipes-xfce/exo/exo_0.12.8.bb
index e09b4ff..fdd50d4 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.12.6.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.12.8.bb
@@ -1,8 +1,8 @@
-DESCRIPTION="Application library for the Xfce desktop environment"
+DESCRIPTION = "Application library for the Xfce desktop environment"
 SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-DEPENDS = "gtk+ libxfce4ui virtual/libx11 liburi-perl-native cairo"
+DEPENDS = "gtk+3 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,12 @@ SRC_URI_append_class-native = " \
     file://reduce-build-to-exo-csource-only.patch \
 "
 
-SRC_URI[md5sum] = "e97267e5d5a41bf5b95e9bfdaa62e47a"
-SRC_URI[sha256sum] = "1417fffc593225d61ba57b050ae2ce66ef37615c9ec66944db32019761441003"
+SRC_URI[md5sum] = "e618ce760a12ac7427a48a44c69f3d31"
+SRC_URI[sha256sum] = "3400a2e64aa41ede25bedaca4909bde7ea4f8698d9598d1b80f02a40ac89fcde"
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG_class-target ??= "gtk"
+PACKAGECONFIG[gtk] = "--enable-gtk2,--disable-gtk2,gtk+"
 
 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