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:09:31 -0800 |
commit | 09d27e00bc2899351cc7cca3fab5305a4c8983bf (patch) | |
tree | 16a6a615cd055edbb8bfe65a20fd686f51af78e6 /recipes-core/cup | |
parent | 87ddc743edce334d7cf2435f08f24cf67e1dc240 (diff) | |
download | meta-java-scarthgap.tar.gz |
Drop the use of SRC_URI[md5sum] where SRC_URI[sha256sum] is already in use.scarthgap
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" |