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/servlet-api/servlet2.4_5.5.26.bb | |
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/servlet-api/servlet2.4_5.5.26.bb')
-rw-r--r-- | recipes-core/servlet-api/servlet2.4_5.5.26.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/servlet-api/servlet2.4_5.5.26.bb b/recipes-core/servlet-api/servlet2.4_5.5.26.bb index 7424673..eb2f769 100644 --- a/recipes-core/servlet-api/servlet2.4_5.5.26.bb +++ b/recipes-core/servlet-api/servlet2.4_5.5.26.bb | |||
@@ -39,5 +39,4 @@ do_compile() { | |||
39 | fastjar -C build -c -m src/etc/manifest -f ${JARFILENAME} . | 39 | fastjar -C build -c -m src/etc/manifest -f ${JARFILENAME} . |
40 | } | 40 | } |
41 | 41 | ||
42 | SRC_URI[md5sum] = "642b6526354cb18c5b5d77ebef8109ae" | ||
43 | SRC_URI[sha256sum] = "ddc677d7391c438e6102d0b3e9653eaca661344ef74b0260c1f488340d660395" | 42 | SRC_URI[sha256sum] = "ddc677d7391c438e6102d0b3e9653eaca661344ef74b0260c1f488340d660395" |