diff options
author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-08-17 05:05:36 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:36 +0100 |
commit | f0213bbe6575a93a947cd93ab4bec3c48d7e2ea8 (patch) | |
tree | ba6e4da87f4f69a1734b5d37a03e0dfb44fb1a60 /meta/recipes-gnome/gnome | |
parent | 0d445840c4a93392b72f4cc031bf5cff4b5da046 (diff) | |
download | poky-f0213bbe6575a93a947cd93ab4bec3c48d7e2ea8.tar.gz |
adwaita-icon-theme: 3.18.0 -> 3.20
1) Upgrade adwaita-icon-theme from 3.18.0 to 3.20.
2) Delete DEPENDS, since intltool is not needed.
(From OE-Core rev: c3fa2eca5d2667c668641373948acfb7172ff2e8)
Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb (renamed from meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb index 34b82b7e74..bb0eaebdce 100644 --- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb | |||
@@ -8,14 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c" | |||
8 | 8 | ||
9 | inherit allarch autotools pkgconfig gettext gtk-icon-cache upstream-version-is-even | 9 | inherit allarch autotools pkgconfig gettext gtk-icon-cache upstream-version-is-even |
10 | 10 | ||
11 | DEPENDS += "intltool-native" | ||
12 | 11 | ||
13 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 12 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
14 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | 13 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ |
15 | " | 14 | " |
16 | 15 | ||
17 | SRC_URI[md5sum] = "ec1fa3fde83ad166ae7075a97dc1ec4b" | 16 | SRC_URI[md5sum] = "411be2bd68dd8b0a3c86aca2eb351ce4" |
18 | SRC_URI[sha256sum] = "5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58" | 17 | SRC_URI[sha256sum] = "7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35" |
19 | 18 | ||
20 | do_install_append() { | 19 | do_install_append() { |
21 | # Build uses gtk-encode-symbolic-svg to create png versions: | 20 | # Build uses gtk-encode-symbolic-svg to create png versions: |