summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-07-16 10:12:29 -0400
committerKhem Raj <raj.khem@gmail.com>2019-07-16 09:11:02 -0700
commitdced300e0948e6e37d2e8b50bdf1d9f6fdd8ead7 (patch)
tree3f97a71129c224f0c0ea64db1b94dc3b4fa6dbf6 /meta-xfce/recipes-xfce
parent3647386691430feebb62ca5e59f81d4adc2e007f (diff)
downloadmeta-openembedded-dced300e0948e6e37d2e8b50bdf1d9f6fdd8ead7.tar.gz
garcon: 0.6.2 -> 0.6.3
* remove libxfce4util from DEPENDS which is required by libxfce4ui Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r--meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb (renamed from meta-xfce/recipes-xfce/garcon/garcon_0.6.2.bb)6
1 files 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
index 27096da60..dc44eae03 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"
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3LICENSE = "LGPLv2" 3LICENSE = "LGPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" 4LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
5DEPENDS = "xfce4-dev-tools-native libxfce4util libxfce4ui intltool-native" 5DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native"
6 6
7inherit xfce gtk-doc distro_features_check 7inherit xfce gtk-doc distro_features_check
8 8
9REQUIRED_DISTRO_FEATURES = "x11" 9REQUIRED_DISTRO_FEATURES = "x11"
10 10
11SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" 11SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch"
12SRC_URI[md5sum] = "a4b6332ff6f090575d534d6a9d2761d8" 12SRC_URI[md5sum] = "3b54d210adec3b6be781a1da26b53da2"
13SRC_URI[sha256sum] = "a87f09648ff10d45c524b3bfe618f18622bdd8b205589d35fed2f12d9c79c47c" 13SRC_URI[sha256sum] = "76b1fea531363e9c5e767f1899039b4fe854edf23f6c0f260807e5551f798401"
14 14
15EXTRA_OECONF = "--disable-gtk-doc" 15EXTRA_OECONF = "--disable-gtk-doc"
16 16