summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-03 22:33:04 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-04 07:30:33 -0700
commit531c9d3af3ee99a8b0c850b81131dfc5483c9534 (patch)
tree9a13e22109b69b1a69c290d3ead490535552abff
parent8cda256948e13a8e6f4ad50018175884facd07f2 (diff)
downloadmeta-openembedded-531c9d3af3ee99a8b0c850b81131dfc5483c9534.tar.gz
openzone: Drop unnecessary SRC_URI[md5sum]
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
index dc62a1c722..e47f8c5367 100644
--- a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
+++ b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a2f562fb8fb1e138b810d69521c4bcd7"
7inherit allarch gtk-icon-cache 7inherit allarch gtk-icon-cache
8 8
9SRC_URI = "http://xfce-look.org/CONTENT/content-files/111343-OpenZone-${PV}.tar.xz" 9SRC_URI = "http://xfce-look.org/CONTENT/content-files/111343-OpenZone-${PV}.tar.xz"
10SRC_URI[md5sum] = "4dae968cbd525072664ef7a4fc7c4154"
11SRC_URI[sha256sum] = "dc20f97a49e1ff1becf7853ef5f137ed30a4c27490540e755021d78d339efd92" 10SRC_URI[sha256sum] = "dc20f97a49e1ff1becf7853ef5f137ed30a4c27490540e755021d78d339efd92"
12 11
13S = "${WORKDIR}/OpenZone" 12S = "${WORKDIR}/OpenZone"