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/jaxp1.3_1.4.01.bb | 1 - recipes-core/xml-commons/jdom_1.1.3.bb | 1 - recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 1 - recipes-core/xml-commons/xpp2_2.1.10.bb | 1 - recipes-core/xml-commons/xpp3_1.1.3.4.O.bb | 1 - 5 files changed, 5 deletions(-) (limited to 'recipes-core/xml-commons') diff --git a/recipes-core/xml-commons/jaxp1.3_1.4.01.bb b/recipes-core/xml-commons/jaxp1.3_1.4.01.bb index 98cb077..7965bb8 100644 --- a/recipes-core/xml-commons/jaxp1.3_1.4.01.bb +++ b/recipes-core/xml-commons/jaxp1.3_1.4.01.bb @@ -27,7 +27,6 @@ do_compile() { fastjar cfm ${JARFILENAME} manifest.commons -C build . } -SRC_URI[md5sum] = "2fea8e97a5d4d1a24bd05f5f62f3e04e" SRC_URI[sha256sum] = "d34bd88dc89c5c1ed2545ec5c61e4606fc28beb200a6fecf8c3ed17694181866" BBCLASSEXTEND = "native" 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}" diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb index 42ce703..0fafcea 100644 --- a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb +++ b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb @@ -36,7 +36,6 @@ do_compile() { fastjar cfm ${JARFILENAME} src/manifest.resolver -C build org } -SRC_URI[md5sum] = "46d52acdb67ba60f0156043f30108766" SRC_URI[sha256sum] = "55dbe7bd56452c175320ce9a97b752252c5537427221323c72e9b9c1ac221efe" BBCLASSEXTEND = "native" diff --git a/recipes-core/xml-commons/xpp2_2.1.10.bb b/recipes-core/xml-commons/xpp2_2.1.10.bb index a76cc4e..170f4ff 100644 --- a/recipes-core/xml-commons/xpp2_2.1.10.bb +++ b/recipes-core/xml-commons/xpp2_2.1.10.bb @@ -30,5 +30,4 @@ do_compile() { fastjar -C build-oe -c -f ${JARFILENAME} . } -SRC_URI[md5sum] = "865ca4e2496c215d301b57450137626f" SRC_URI[sha256sum] = "ad82569b809e29c19b8223feaa12923f97bb4bbc942ff985857f9d853db489cf" diff --git a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb index 09ef1f1..ce344c4 100644 --- a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb +++ b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb @@ -46,5 +46,4 @@ do_install:append() { FILES:libxpp3-xpath-java = "${datadir}/java/xpp3-xpath*" -SRC_URI[md5sum] = "e1b6aeaad1cd06e64568aae1a507d5c6" SRC_URI[sha256sum] = "404c0cd332f54ecf9807dc86d365c17dcffab669994c9dcbbad31fbc4b59f811" -- cgit v1.2.3-54-g00ecf