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/ecj/libecj-bootstrap-native_3.6.2.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/ecj/libecj-bootstrap-native_3.6.2.bb')
-rw-r--r-- | recipes-core/ecj/libecj-bootstrap-native_3.6.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/ecj/libecj-bootstrap-native_3.6.2.bb b/recipes-core/ecj/libecj-bootstrap-native_3.6.2.bb index 51dbca0..b9325f8 100644 --- a/recipes-core/ecj/libecj-bootstrap-native_3.6.2.bb +++ b/recipes-core/ecj/libecj-bootstrap-native_3.6.2.bb | |||
@@ -4,6 +4,5 @@ PR = "${INC_PR}.0" | |||
4 | 4 | ||
5 | SRC_URI = "http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/ecjsrc-${PV}.zip" | 5 | SRC_URI = "http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/ecjsrc-${PV}.zip" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "3f3ca1973dd7a21780525c9ffba7a263" | ||
8 | SRC_URI[sha256sum] = "94f2095d38d71b414a593ec56847008bec267a926ec935959fecdde44f98467f" | 7 | SRC_URI[sha256sum] = "94f2095d38d71b414a593ec56847008bec267a926ec935959fecdde44f98467f" |
9 | 8 | ||