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/jdom_1.1.3.bb | |
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/jdom_1.1.3.bb')
-rw-r--r-- | recipes-core/xml-commons/jdom_1.1.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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}" |