diff options
-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 | ||