mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
aa67063a10
commit
d12a3f1025
@@ -173,8 +173,8 @@ class BuildhistoryTests(BuildhistoryBase):
|
||||
|
||||
data = load_bh(os.path.join(history_dir, 'hicolor-icon-theme-dev', 'latest'))
|
||||
if 'FILELIST' in data:
|
||||
self.assertEqual(data['FILELIST'], '')
|
||||
self.assertEqual(int(data['PKGSIZE']), 0)
|
||||
self.assertEqual(data['FILELIST'], '/usr/share/pkgconfig/default-icon-theme.pc')
|
||||
self.assertGreater(int(data['PKGSIZE']), 0)
|
||||
|
||||
class ArchiverTest(OESelftestTestCase):
|
||||
def test_arch_work_dir_and_export_source(self):
|
||||
|
||||
@@ -8,10 +8,9 @@ LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426"
|
||||
|
||||
SRC_URI = "https://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "84eec8d6f810240a069c731f1870b474"
|
||||
SRC_URI[sha256sum] = "317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8"
|
||||
SRC_URI[sha256sum] = "db0e50a80aa3bf64bb45cbca5cf9f75efd9348cf2ac690b907435238c3cf81d7"
|
||||
|
||||
inherit allarch autotools
|
||||
inherit allarch meson
|
||||
|
||||
FILES:${PN} += "${datadir}/icons"
|
||||
|
||||
Reference in New Issue
Block a user