summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libjs
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-11-05 22:04:26 -0500
committerKhem Raj <raj.khem@gmail.com>2024-11-05 19:19:22 -0800
commitd2f631c763f555352ee1591d198304b33b2ebc15 (patch)
tree49a0813ba9c010eb2665c504e402aa8aa866c215 /meta-oe/recipes-support/libjs
parent01dd622533957d20fa860e34ff098161a103bfbf (diff)
downloadmeta-openembedded-d2f631c763f555352ee1591d198304b33b2ebc15.tar.gz
Drop unnecessary SRC_URI md5sum from the recipes in meta-oe.
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libjs')
-rw-r--r--meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb b/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb
index e639ce59d8..3889b17a3c 100644
--- a/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb
+++ b/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb
@@ -4,7 +4,6 @@ LICENSE = "GPL-2.0-only & MIT & AFL-2.1"
4LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=e43aa437a6a1ba421653bd5034333bf9" 4LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=e43aa437a6a1ba421653bd5034333bf9"
5 5
6SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.tar.gz" 6SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.tar.gz"
7SRC_URI[md5sum] = "91477c1edeef9f8100ffd6c4d31725b5"
8SRC_URI[sha256sum] = "8e04ab84bb74b2e338dffc63cd2e52b007f1d8af01b3d25da4d2e07f2b5890f8" 7SRC_URI[sha256sum] = "8e04ab84bb74b2e338dffc63cd2e52b007f1d8af01b3d25da4d2e07f2b5890f8"
9 8
10S = "${WORKDIR}/sizzle-${PV}" 9S = "${WORKDIR}/sizzle-${PV}"