diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-08-13 05:21:07 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-14 16:03:43 -0700 |
commit | 9f8bf6ddbd6e4d100adb309310da718eafee2129 (patch) | |
tree | f8ec568e32c6c40aee0f536c4863ffd97cb843fe /meta-xfce/recipes-xfce/garcon | |
parent | 9495a620be0b513a63a516ac7a9840d9346ba20c (diff) | |
download | meta-openembedded-9f8bf6ddbd6e4d100adb309310da718eafee2129.tar.gz |
garcon: 0.6.3 -> 0.6.4
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/garcon')
-rw-r--r-- | meta-xfce/recipes-xfce/garcon/garcon_0.6.4.bb (renamed from meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.6.4.bb index dc44eae03..62c789019 100644 --- a/meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb +++ b/meta-xfce/recipes-xfce/garcon/garcon_0.6.4.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION="Xfce Menu Library" | 1 | DESCRIPTION = "Xfce Menu Library" |
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | LICENSE = "LGPLv2" | 3 | LICENSE = "LGPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" |
@@ -9,8 +9,8 @@ inherit xfce gtk-doc distro_features_check | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" | 11 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" |
12 | SRC_URI[md5sum] = "3b54d210adec3b6be781a1da26b53da2" | 12 | SRC_URI[md5sum] = "9715aa8214be9c553d9b8c44fde90b9f" |
13 | SRC_URI[sha256sum] = "76b1fea531363e9c5e767f1899039b4fe854edf23f6c0f260807e5551f798401" | 13 | SRC_URI[sha256sum] = "d75e4753037a74733c07b71b8db7a656d869869f0f107f6411a306bbc87a762d" |
14 | 14 | ||
15 | EXTRA_OECONF = "--disable-gtk-doc" | 15 | EXTRA_OECONF = "--disable-gtk-doc" |
16 | 16 | ||