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/libmatthew/libmatthew_0.8.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/libmatthew/libmatthew_0.8.bb')
-rw-r--r-- | recipes-core/libmatthew/libmatthew_0.8.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/libmatthew/libmatthew_0.8.bb b/recipes-core/libmatthew/libmatthew_0.8.bb index c4ace08..1cf50c7 100644 --- a/recipes-core/libmatthew/libmatthew_0.8.bb +++ b/recipes-core/libmatthew/libmatthew_0.8.bb | |||
@@ -7,6 +7,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=48a42f2f9747f02bf40a0bce2655b509" | |||
7 | SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/libmatthew-java/libmatthew-java-0.8.tar.gz/8455b8751083ce25c99c2840609271f5/libmatthew-java-${PV}.tar.gz \ | 7 | SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/libmatthew-java/libmatthew-java-0.8.tar.gz/8455b8751083ce25c99c2840609271f5/libmatthew-java-${PV}.tar.gz \ |
8 | " | 8 | " |
9 | # file://Makefile-0.7.patch" | 9 | # file://Makefile-0.7.patch" |
10 | SRC_URI[md5sum] = "8455b8751083ce25c99c2840609271f5" | ||
11 | SRC_URI[sha256sum] = "05d1d3d9b5e33bd3642102aae10bba904e296c5c01a10854200ad4df349c8dfa" | 10 | SRC_URI[sha256sum] = "05d1d3d9b5e33bd3642102aae10bba904e296c5c01a10854200ad4df349c8dfa" |
12 | 11 | ||