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 | |
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')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/buildoptions.py | 4 | ||||
-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 |
2 files changed, 4 insertions, 5 deletions
diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py b/meta/lib/oeqa/selftest/cases/buildoptions.py index 4b6f89d8cb..423c31e189 100644 --- a/meta/lib/oeqa/selftest/cases/buildoptions.py +++ b/meta/lib/oeqa/selftest/cases/buildoptions.py | |||
@@ -173,8 +173,8 @@ class BuildhistoryTests(BuildhistoryBase): | |||
173 | 173 | ||
174 | data = load_bh(os.path.join(history_dir, 'hicolor-icon-theme-dev', 'latest')) | 174 | data = load_bh(os.path.join(history_dir, 'hicolor-icon-theme-dev', 'latest')) |
175 | if 'FILELIST' in data: | 175 | if 'FILELIST' in data: |
176 | self.assertEqual(data['FILELIST'], '') | 176 | self.assertEqual(data['FILELIST'], '/usr/share/pkgconfig/default-icon-theme.pc') |
177 | self.assertEqual(int(data['PKGSIZE']), 0) | 177 | self.assertGreater(int(data['PKGSIZE']), 0) |
178 | 178 | ||
179 | class ArchiverTest(OESelftestTestCase): | 179 | class ArchiverTest(OESelftestTestCase): |
180 | def test_arch_work_dir_and_export_source(self): | 180 | def test_arch_work_dir_and_export_source(self): |
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 | ||