diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-01-19 08:03:59 -0500 |
|---|---|---|
| committer | Tim Orling <tim.orling@konsulko.com> | 2025-01-19 17:06:50 -0800 |
| commit | e6ee36df0c9bcbba31a8f1d83d63ab73f1d77da3 (patch) | |
| tree | 16a6a615cd055edbb8bfe65a20fd686f51af78e6 /recipes-core/xml-commons | |
| parent | c02e026916bd66a03070bca82dedd4286b340db9 (diff) | |
| download | meta-java-e6ee36df0c9bcbba31a8f1d83d63ab73f1d77da3.tar.gz | |
Drop the use of SRC_URI[md5sum] where SRC_URI[sha256sum] is already in use.
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Diffstat (limited to 'recipes-core/xml-commons')
| -rw-r--r-- | recipes-core/xml-commons/jaxp1.3_1.4.01.bb | 1 | ||||
| -rw-r--r-- | recipes-core/xml-commons/jdom_1.1.3.bb | 1 | ||||
| -rw-r--r-- | recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 1 | ||||
| -rw-r--r-- | recipes-core/xml-commons/xpp2_2.1.10.bb | 1 | ||||
| -rw-r--r-- | recipes-core/xml-commons/xpp3_1.1.3.4.O.bb | 1 |
5 files changed, 0 insertions, 5 deletions
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() { | |||
| 27 | fastjar cfm ${JARFILENAME} manifest.commons -C build . | 27 | fastjar cfm ${JARFILENAME} manifest.commons -C build . |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | SRC_URI[md5sum] = "2fea8e97a5d4d1a24bd05f5f62f3e04e" | ||
| 31 | SRC_URI[sha256sum] = "d34bd88dc89c5c1ed2545ec5c61e4606fc28beb200a6fecf8c3ed17694181866" | 30 | SRC_URI[sha256sum] = "d34bd88dc89c5c1ed2545ec5c61e4606fc28beb200a6fecf8c3ed17694181866" |
| 32 | 31 | ||
| 33 | BBCLASSEXTEND = "native" | 32 | 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/" | |||
| 9 | DEPENDS = "fastjar-native virtual/javac-native jaxen" | 9 | DEPENDS = "fastjar-native virtual/javac-native jaxen" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://www.jdom.org/dist/source/archive/jdom-${PV}.tar.gz" | 11 | SRC_URI = "http://www.jdom.org/dist/source/archive/jdom-${PV}.tar.gz" |
| 12 | SRC_URI[md5sum] = "dc8391e84cfdb170fcd8279aa370019f" | ||
| 13 | SRC_URI[sha256sum] = "d471718c4ac7a1a2f10715b93cb3fcd2ecbab60384b73ad1c089712e47bd8d1f" | 12 | SRC_URI[sha256sum] = "d471718c4ac7a1a2f10715b93cb3fcd2ecbab60384b73ad1c089712e47bd8d1f" |
| 14 | 13 | ||
| 15 | PACKAGE_ARCH = "${TUNE_PKGARCH}" | 14 | 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() { | |||
| 36 | fastjar cfm ${JARFILENAME} src/manifest.resolver -C build org | 36 | fastjar cfm ${JARFILENAME} src/manifest.resolver -C build org |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | SRC_URI[md5sum] = "46d52acdb67ba60f0156043f30108766" | ||
| 40 | SRC_URI[sha256sum] = "55dbe7bd56452c175320ce9a97b752252c5537427221323c72e9b9c1ac221efe" | 39 | SRC_URI[sha256sum] = "55dbe7bd56452c175320ce9a97b752252c5537427221323c72e9b9c1ac221efe" |
| 41 | 40 | ||
| 42 | BBCLASSEXTEND = "native" | 41 | 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() { | |||
| 30 | fastjar -C build-oe -c -f ${JARFILENAME} . | 30 | fastjar -C build-oe -c -f ${JARFILENAME} . |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | SRC_URI[md5sum] = "865ca4e2496c215d301b57450137626f" | ||
| 34 | SRC_URI[sha256sum] = "ad82569b809e29c19b8223feaa12923f97bb4bbc942ff985857f9d853db489cf" | 33 | 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() { | |||
| 46 | FILES:libxpp3-xpath-java = "${datadir}/java/xpp3-xpath*" | 46 | FILES:libxpp3-xpath-java = "${datadir}/java/xpp3-xpath*" |
| 47 | 47 | ||
| 48 | 48 | ||
| 49 | SRC_URI[md5sum] = "e1b6aeaad1cd06e64568aae1a507d5c6" | ||
| 50 | SRC_URI[sha256sum] = "404c0cd332f54ecf9807dc86d365c17dcffab669994c9dcbbad31fbc4b59f811" | 49 | SRC_URI[sha256sum] = "404c0cd332f54ecf9807dc86d365c17dcffab669994c9dcbbad31fbc4b59f811" |
