summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-08-13 05:21:06 -0400
committerKhem Raj <raj.khem@gmail.com>2019-08-14 16:03:43 -0700
commit9495a620be0b513a63a516ac7a9840d9346ba20c (patch)
tree847c9e2c2cbc8cc39495c37b6ea62d9a9da36849 /meta-xfce
parent00e4600100913b55a6a19ccdc3ad795dfdf8d820 (diff)
downloadmeta-openembedded-9495a620be0b513a63a516ac7a9840d9346ba20c.tar.gz
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@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/exo/exo_0.12.8.bb (renamed from meta-xfce/recipes-xfce/exo/exo_0.12.6.bb)12
1 files 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
index e09b4ff8b..fdd50d435 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 @@
1DESCRIPTION="Application library for the Xfce desktop environment" 1DESCRIPTION = "Application library for the Xfce desktop environment"
2SECTION = "x11" 2SECTION = "x11"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5DEPENDS = "gtk+ libxfce4ui virtual/libx11 liburi-perl-native cairo" 5DEPENDS = "gtk+3 libxfce4ui virtual/libx11 liburi-perl-native cairo"
6DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native" 6DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
7 7
8inherit xfce pythonnative perlnative gtk-doc distro_features_check 8inherit xfce pythonnative perlnative gtk-doc distro_features_check
@@ -20,8 +20,12 @@ SRC_URI_append_class-native = " \
20 file://reduce-build-to-exo-csource-only.patch \ 20 file://reduce-build-to-exo-csource-only.patch \
21" 21"
22 22
23SRC_URI[md5sum] = "e97267e5d5a41bf5b95e9bfdaa62e47a" 23SRC_URI[md5sum] = "e618ce760a12ac7427a48a44c69f3d31"
24SRC_URI[sha256sum] = "1417fffc593225d61ba57b050ae2ce66ef37615c9ec66944db32019761441003" 24SRC_URI[sha256sum] = "3400a2e64aa41ede25bedaca4909bde7ea4f8698d9598d1b80f02a40ac89fcde"
25
26PACKAGECONFIG ??= ""
27PACKAGECONFIG_class-target ??= "gtk"
28PACKAGECONFIG[gtk] = "--enable-gtk2,--disable-gtk2,gtk+"
25 29
26PACKAGES =+ "exo-csource" 30PACKAGES =+ "exo-csource"
27 31