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-extended/hsqldb | |
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-extended/hsqldb')
-rw-r--r-- | recipes-extended/hsqldb/hsqldb_1.8.0.10.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-extended/hsqldb/hsqldb_1.8.0.10.bb b/recipes-extended/hsqldb/hsqldb_1.8.0.10.bb index 6c34106..b1769f8 100644 --- a/recipes-extended/hsqldb/hsqldb_1.8.0.10.bb +++ b/recipes-extended/hsqldb/hsqldb_1.8.0.10.bb | |||
@@ -36,6 +36,5 @@ do_compile() { | |||
36 | fastjar -C classes -c -f ${JARFILENAME} . | 36 | fastjar -C classes -c -f ${JARFILENAME} . |
37 | } | 37 | } |
38 | 38 | ||
39 | SRC_URI[md5sum] = "17410483b5b5f267aa18b7e00b65e6e0" | ||
40 | SRC_URI[sha256sum] = "d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370" | 39 | SRC_URI[sha256sum] = "d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370" |
41 | 40 | ||