diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-08-27 07:23:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-28 09:14:27 +0100 |
commit | d12a3f1025a3ba6f39da973e0290ab26894655e5 (patch) | |
tree | 5d5afb168cdd56eb2895ff4d7e61f7ae01f56c8b /meta/recipes-gnome | |
parent | aa67063a10c22763ea721853e042e2c10792f990 (diff) | |
download | poky-d12a3f1025a3ba6f39da973e0290ab26894655e5.tar.gz |
hicolor-icon-theme: upgrade 0.17 -> 0.18
(From OE-Core rev: 7ca759f98a46d9fcf485edc3eeff4e9cf73a4669)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.18.bb (renamed from meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.18.bb index bb6cb000ab..283264675c 100644 --- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb +++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.18.bb | |||
@@ -8,10 +8,9 @@ LICENSE = "GPL-2.0-only" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" |
9 | 9 | ||
10 | SRC_URI = "https://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.xz" | 10 | SRC_URI = "https://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.xz" |
11 | SRC_URI[md5sum] = "84eec8d6f810240a069c731f1870b474" | 11 | SRC_URI[sha256sum] = "db0e50a80aa3bf64bb45cbca5cf9f75efd9348cf2ac690b907435238c3cf81d7" |
12 | SRC_URI[sha256sum] = "317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8" | ||
13 | 12 | ||
14 | inherit allarch autotools | 13 | inherit allarch meson |
15 | 14 | ||
16 | FILES:${PN} += "${datadir}/icons" | 15 | FILES:${PN} += "${datadir}/icons" |
17 | 16 | ||