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/jakarta-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/jakarta-commons')
15 files changed, 0 insertions, 15 deletions
diff --git a/recipes-core/jakarta-commons/commons-beanutils_1.8.0.bb b/recipes-core/jakarta-commons/commons-beanutils_1.8.0.bb index 2c5ecc2..4521ed8 100644 --- a/recipes-core/jakarta-commons/commons-beanutils_1.8.0.bb +++ b/recipes-core/jakarta-commons/commons-beanutils_1.8.0.bb | |||
@@ -11,5 +11,4 @@ RDEPENDS:${PN} = "libcommons-collections3-java libcommons-logging-java" | |||
11 | 11 | ||
12 | CP = "commons-collections3 commons-logging" | 12 | CP = "commons-collections3 commons-logging" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "1bce3cfa4ae33c94686422e78abc0792" | ||
15 | SRC_URI[sha256sum] = "aff3c8c772e4ff32f2d9a37a727a488583372e45535a3d5aad09662691851dcf" | 14 | SRC_URI[sha256sum] = "aff3c8c772e4ff32f2d9a37a727a488583372e45535a3d5aad09662691851dcf" |
diff --git a/recipes-core/jakarta-commons/commons-cli_1.1.bb b/recipes-core/jakarta-commons/commons-cli_1.1.bb index a87097b..2b83a03 100644 --- a/recipes-core/jakarta-commons/commons-cli_1.1.bb +++ b/recipes-core/jakarta-commons/commons-cli_1.1.bb | |||
@@ -7,7 +7,6 @@ SUMMARY = "Java argument parsing helper classes" | |||
7 | 7 | ||
8 | SRC_URI = "http://archive.apache.org/dist/commons/cli/source/${BP}-src.tar.gz" | 8 | SRC_URI = "http://archive.apache.org/dist/commons/cli/source/${BP}-src.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "ccc1aa194132e2387557bbb7f65391f4" | ||
11 | SRC_URI[sha256sum] = "929eb140c136673e7f5029cd206c81b3c1f5e66bba0dfdcd021b9dd5596356d2" | 10 | SRC_URI[sha256sum] = "929eb140c136673e7f5029cd206c81b3c1f5e66bba0dfdcd021b9dd5596356d2" |
12 | 11 | ||
13 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
diff --git a/recipes-core/jakarta-commons/commons-codec_1.3.bb b/recipes-core/jakarta-commons/commons-codec_1.3.bb index fa74f6c..cfaada5 100644 --- a/recipes-core/jakarta-commons/commons-codec_1.3.bb +++ b/recipes-core/jakarta-commons/commons-codec_1.3.bb | |||
@@ -9,7 +9,6 @@ SRC_URI = "http://archive.apache.org/dist/commons/codec/source/${BP}-src.tar.gz" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/${BP}" | 10 | S = "${WORKDIR}/${BP}" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "af3c3acf618de6108d65fcdc92b492e1" | ||
13 | SRC_URI[sha256sum] = "12effcf3fea025bd34edbfec60a6216ca453fb27e781d8e5783caf75fd33d90e" | 12 | SRC_URI[sha256sum] = "12effcf3fea025bd34edbfec60a6216ca453fb27e781d8e5783caf75fd33d90e" |
14 | 13 | ||
15 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
diff --git a/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb b/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb index 0a53d09..2f23490 100644 --- a/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb +++ b/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb | |||
@@ -10,5 +10,4 @@ SRC_URI = "http://www.apache.org/dist/commons/collections/source/commons-collect | |||
10 | S = "${WORKDIR}/commons-collections-${PV}-src" | 10 | S = "${WORKDIR}/commons-collections-${PV}-src" |
11 | 11 | ||
12 | 12 | ||
13 | SRC_URI[md5sum] = "776b51a51312c1854ad8f6d344a47cda" | ||
14 | SRC_URI[sha256sum] = "070d94fe77969d8949bd129a618e6a7bee6b83b5b5db3ef3f983395a5428b914" | 13 | SRC_URI[sha256sum] = "070d94fe77969d8949bd129a618e6a7bee6b83b5b5db3ef3f983395a5428b914" |
diff --git a/recipes-core/jakarta-commons/commons-collections_2.1.1.bb b/recipes-core/jakarta-commons/commons-collections_2.1.1.bb index 4d100a7..898a7df 100644 --- a/recipes-core/jakarta-commons/commons-collections_2.1.1.bb +++ b/recipes-core/jakarta-commons/commons-collections_2.1.1.bb | |||
@@ -7,5 +7,4 @@ DESCRIPTION = "A set of abstract data type interfaces and implementations that o | |||
7 | SRC_URI = "http://archive.apache.org/dist/commons/collections/source/${BP}-src.tar.gz" | 7 | SRC_URI = "http://archive.apache.org/dist/commons/collections/source/${BP}-src.tar.gz" |
8 | 8 | ||
9 | 9 | ||
10 | SRC_URI[md5sum] = "3fc2e8f9d0647074cba992b534ecf6df" | ||
11 | SRC_URI[sha256sum] = "73eb5907a31c8770480c70f6a6a8d9a9a2ffe602e1b461c045cff51ace4cab2a" | 10 | SRC_URI[sha256sum] = "73eb5907a31c8770480c70f6a6a8d9a9a2ffe602e1b461c045cff51ace4cab2a" |
diff --git a/recipes-core/jakarta-commons/commons-digester_1.8.bb b/recipes-core/jakarta-commons/commons-digester_1.8.bb index de264b8..7e595ee 100644 --- a/recipes-core/jakarta-commons/commons-digester_1.8.bb +++ b/recipes-core/jakarta-commons/commons-digester_1.8.bb | |||
@@ -13,5 +13,4 @@ CP = "commons-logging commons-beanutils" | |||
13 | 13 | ||
14 | FINDARGS = "-name '*.dtd'" | 14 | FINDARGS = "-name '*.dtd'" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "689f41905a68c67f7231f9afbb3e2147" | ||
17 | SRC_URI[sha256sum] = "d9a965c82828a881d2ab6256fba7076f62815a9545b3af9d553dc5271577182b" | 16 | SRC_URI[sha256sum] = "d9a965c82828a881d2ab6256fba7076f62815a9545b3af9d553dc5271577182b" |
diff --git a/recipes-core/jakarta-commons/commons-discovery_0.4.bb b/recipes-core/jakarta-commons/commons-discovery_0.4.bb index aa87349..60cf683 100644 --- a/recipes-core/jakarta-commons/commons-discovery_0.4.bb +++ b/recipes-core/jakarta-commons/commons-discovery_0.4.bb | |||
@@ -12,5 +12,4 @@ RDEPENDS:${PN} = "libcommons-logging-java" | |||
12 | 12 | ||
13 | CP = "commons-logging" | 13 | CP = "commons-logging" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "1275ad4c6ce54b9323269e30dc42dd0e" | ||
16 | SRC_URI[sha256sum] = "596242302be4f0502073f5a934c608289bba6221591e7dbea53ce629f67498a3" | 15 | SRC_URI[sha256sum] = "596242302be4f0502073f5a934c608289bba6221591e7dbea53ce629f67498a3" |
diff --git a/recipes-core/jakarta-commons/commons-el_1.0.bb b/recipes-core/jakarta-commons/commons-el_1.0.bb index bb4c35b..b93b68f 100644 --- a/recipes-core/jakarta-commons/commons-el_1.0.bb +++ b/recipes-core/jakarta-commons/commons-el_1.0.bb | |||
@@ -16,5 +16,4 @@ FINDARGS = "\( -name '*.properties' -or -name '*.jj' \)" | |||
16 | 16 | ||
17 | 17 | ||
18 | 18 | ||
19 | SRC_URI[md5sum] = "25038283a0b5f638db5e891295d20020" | ||
20 | SRC_URI[sha256sum] = "3c9bdded6073563aaaddc9ad7c7387b242dc03cc385381503026b665a366c2c6" | 19 | SRC_URI[sha256sum] = "3c9bdded6073563aaaddc9ad7c7387b242dc03cc385381503026b665a366c2c6" |
diff --git a/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb b/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb index 395fa15..71a866b 100644 --- a/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb +++ b/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb | |||
@@ -16,5 +16,4 @@ CP = "commons-beanutils commons-io servlet-2.3" | |||
16 | COMPILE_FINDARGS = "-name '*.java' -not -wholename '*portlet*'" | 16 | COMPILE_FINDARGS = "-name '*.java' -not -wholename '*portlet*'" |
17 | 17 | ||
18 | 18 | ||
19 | SRC_URI[md5sum] = "c2bdb9264aec564e3f4fbbdf4344a844" | ||
20 | SRC_URI[sha256sum] = "08905cb3a0db4f7fa67f3b579b2c481060334d50d7f913c6974c7513243152f5" | 19 | SRC_URI[sha256sum] = "08905cb3a0db4f7fa67f3b579b2c481060334d50d7f913c6974c7513243152f5" |
diff --git a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb index a6fb53b..b4e5e2a 100644 --- a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb +++ b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb | |||
@@ -15,7 +15,6 @@ RDEPENDS:${PN}:class-native = "" | |||
15 | 15 | ||
16 | CP = "commons-logging commons-codec" | 16 | CP = "commons-logging commons-codec" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "2c9b0f83ed5890af02c0df1c1776f39b" | ||
19 | SRC_URI[sha256sum] = "f9a496d3418b0e15894fb351652cd4fa5ca434ebfc3ce3bb8da40defd8b097f2" | 18 | SRC_URI[sha256sum] = "f9a496d3418b0e15894fb351652cd4fa5ca434ebfc3ce3bb8da40defd8b097f2" |
20 | 19 | ||
21 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
diff --git a/recipes-core/jakarta-commons/commons-io_1.4.bb b/recipes-core/jakarta-commons/commons-io_1.4.bb index f1dbc88..799a9d4 100644 --- a/recipes-core/jakarta-commons/commons-io_1.4.bb +++ b/recipes-core/jakarta-commons/commons-io_1.4.bb | |||
@@ -7,5 +7,4 @@ DESCRIPTION = "Java library with utility classes, stream implementations, file f | |||
7 | 7 | ||
8 | SRC_URI = "http://archive.apache.org/dist/commons/io/source/${BP}-src.tar.gz" | 8 | SRC_URI = "http://archive.apache.org/dist/commons/io/source/${BP}-src.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "24b228f2d0c40ffed9204cdab015bccf" | ||
11 | SRC_URI[sha256sum] = "eca986497f7b4d1b1ec41821b1b5df827bb31fc14833e4449cfa8bcd5d7f29bb" | 10 | SRC_URI[sha256sum] = "eca986497f7b4d1b1ec41821b1b5df827bb31fc14833e4449cfa8bcd5d7f29bb" |
diff --git a/recipes-core/jakarta-commons/commons-lang_2.4.bb b/recipes-core/jakarta-commons/commons-lang_2.4.bb index 48cc291..e0c3736 100644 --- a/recipes-core/jakarta-commons/commons-lang_2.4.bb +++ b/recipes-core/jakarta-commons/commons-lang_2.4.bb | |||
@@ -8,5 +8,4 @@ DESCRIPTION = "Set of Java classes that provide helper methods for the standard | |||
8 | SRC_URI = "http://archive.apache.org/dist/commons/lang/source/${BP}-src.tar.gz" | 8 | SRC_URI = "http://archive.apache.org/dist/commons/lang/source/${BP}-src.tar.gz" |
9 | 9 | ||
10 | 10 | ||
11 | SRC_URI[md5sum] = "625ff5f2f968dd908bca43c9469d6e6b" | ||
12 | SRC_URI[sha256sum] = "2445238cd0eb167e99a1147394f61325490559f3df7e7e8f628043fb70cbf2f4" | 11 | SRC_URI[sha256sum] = "2445238cd0eb167e99a1147394f61325490559f3df7e7e8f628043fb70cbf2f4" |
diff --git a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb index 7aa2372..6de3228 100644 --- a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb +++ b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb | |||
@@ -12,7 +12,6 @@ CP = "log4j-1.2 servlet-2.3 logkit" | |||
12 | 12 | ||
13 | COMPILE_FINDARGS = "-name '*.java' -and -not -name '*Avalon*'" | 13 | COMPILE_FINDARGS = "-name '*.java' -and -not -name '*Avalon*'" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "e5cfa8cca13152d7545fde6b1783c60a" | ||
16 | SRC_URI[sha256sum] = "b49a79fa78ebfae15dc46ae6f0144fee6b94ab608a25518c54609d3419909eb2" | 15 | SRC_URI[sha256sum] = "b49a79fa78ebfae15dc46ae6f0144fee6b94ab608a25518c54609d3419909eb2" |
17 | 16 | ||
18 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
diff --git a/recipes-core/jakarta-commons/commons-net_1.4.1.bb b/recipes-core/jakarta-commons/commons-net_1.4.1.bb index ba62ebc..bffbbae 100644 --- a/recipes-core/jakarta-commons/commons-net_1.4.1.bb +++ b/recipes-core/jakarta-commons/commons-net_1.4.1.bb | |||
@@ -18,7 +18,6 @@ CP = "oro" | |||
18 | 18 | ||
19 | MAINSOURCES = "src/java/org" | 19 | MAINSOURCES = "src/java/org" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "ccbb3f67b55e8a7a676499db4386673c" | ||
22 | SRC_URI[sha256sum] = "fdea779f261f70b9bbec40121c830b11e3e63b6188f662f95505045ff8d44add" | 21 | SRC_URI[sha256sum] = "fdea779f261f70b9bbec40121c830b11e3e63b6188f662f95505045ff8d44add" |
23 | 22 | ||
24 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |
diff --git a/recipes-core/jakarta-commons/commons-pool_1.4.bb b/recipes-core/jakarta-commons/commons-pool_1.4.bb index 95c8cf1..824b772 100644 --- a/recipes-core/jakarta-commons/commons-pool_1.4.bb +++ b/recipes-core/jakarta-commons/commons-pool_1.4.bb | |||
@@ -7,5 +7,4 @@ SUMMARY = "Java Object-pooling API" | |||
7 | 7 | ||
8 | SRC_URI = "http://archive.apache.org/dist/commons/pool/source/${BP}-src.tar.gz" | 8 | SRC_URI = "http://archive.apache.org/dist/commons/pool/source/${BP}-src.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "4dc988ee16e1471799af97763297b41b" | ||
11 | SRC_URI[sha256sum] = "ca4452f2a2ce2daf6eaa1743ded2d3b36013200c48e3f2117b65584ca5cc1d9b" | 10 | SRC_URI[sha256sum] = "ca4452f2a2ce2daf6eaa1743ded2d3b36013200c48e3f2117b65584ca5cc1d9b" |