summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-01-08 12:12:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-10 17:01:28 +0000
commit90ca84dbf927536828f0d00942dddf541c5d123f (patch)
tree26dd9c15e3aa2c3b44e6619a87ffecf645966c8a /meta/recipes-sato
parent9d0db48925869c2ea61586b7e7c8f189e23471f4 (diff)
downloadpoky-90ca84dbf927536828f0d00942dddf541c5d123f.tar.gz
icon-naming-utils: take tarball from debian
Upstream website has disappeared; the tarball can still be downloaded but this is probably not for long. (From OE-Core rev: af59c518467d1174d1d63594fdd3279a2fdbd8f8) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb b/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb
index 67cbd03100..5502b66905 100644
--- a/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb
+++ b/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb
@@ -14,7 +14,7 @@ DEPENDS = "libxml-simple-perl-native"
14 14
15LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 15LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
16 16
17SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz" 17SRC_URI = "${DEBIAN_MIRROR}/main/i/icon-naming-utils/icon-naming-utils_${PV}.orig.tar.gz"
18SRC_URI[sha256sum] = "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c" 18SRC_URI[sha256sum] = "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c"
19 19
20inherit autotools allarch perlnative 20inherit autotools allarch perlnative
@@ -26,4 +26,4 @@ do_configure:append() {
26 26
27FILES:${PN} += "${datadir}/dtds" 27FILES:${PN} += "${datadir}/dtds"
28 28
29BBCLASSEXTEND = "native" \ No newline at end of file 29BBCLASSEXTEND = "native"