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/cup | |
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/cup')
-rw-r--r-- | recipes-core/cup/cup_0.10k.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/cup/cup_0.10k.bb b/recipes-core/cup/cup_0.10k.bb index ce81453..fcd4ad2 100644 --- a/recipes-core/cup/cup_0.10k.bb +++ b/recipes-core/cup/cup_0.10k.bb | |||
@@ -41,7 +41,6 @@ PACKAGES = "${PN}" | |||
41 | 41 | ||
42 | FILES:${PN} += "${datadir_java}" | 42 | FILES:${PN} += "${datadir_java}" |
43 | 43 | ||
44 | SRC_URI[md5sum] = "8b11edfec13c590ea443d0f0ae0da479" | ||
45 | SRC_URI[sha256sum] = "7e6dc5be74ae56c7e86e69ad0ad88dae3b2847afa9e73a76635918a6b1eb75cd" | 44 | SRC_URI[sha256sum] = "7e6dc5be74ae56c7e86e69ad0ad88dae3b2847afa9e73a76635918a6b1eb75cd" |
46 | 45 | ||
47 | BBCLASSEXTEND = "native" | 46 | BBCLASSEXTEND = "native" |