From 09d27e00bc2899351cc7cca3fab5305a4c8983bf Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Sun, 19 Jan 2025 08:03:59 -0500 Subject: Drop the use of SRC_URI[md5sum] where SRC_URI[sha256sum] is already in use. Signed-off-by: Jason Schonberg --- recipes-core/xml-commons/jdom_1.1.3.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-core/xml-commons/jdom_1.1.3.bb') diff --git a/recipes-core/xml-commons/jdom_1.1.3.bb b/recipes-core/xml-commons/jdom_1.1.3.bb index acd2ae1..c7b42f1 100644 --- a/recipes-core/xml-commons/jdom_1.1.3.bb +++ b/recipes-core/xml-commons/jdom_1.1.3.bb @@ -9,7 +9,6 @@ HOMEPAGE = "http://jdom.org/" DEPENDS = "fastjar-native virtual/javac-native jaxen" SRC_URI = "http://www.jdom.org/dist/source/archive/jdom-${PV}.tar.gz" -SRC_URI[md5sum] = "dc8391e84cfdb170fcd8279aa370019f" SRC_URI[sha256sum] = "d471718c4ac7a1a2f10715b93cb3fcd2ecbab60384b73ad1c089712e47bd8d1f" PACKAGE_ARCH = "${TUNE_PKGARCH}" -- cgit v1.2.3-54-g00ecf