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/jakarta-libs/regexp_1.5.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/jakarta-libs/regexp_1.5.bb')
-rw-r--r-- | recipes-core/jakarta-libs/regexp_1.5.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/jakarta-libs/regexp_1.5.bb b/recipes-core/jakarta-libs/regexp_1.5.bb index 614da2a..40dec0a 100644 --- a/recipes-core/jakarta-libs/regexp_1.5.bb +++ b/recipes-core/jakarta-libs/regexp_1.5.bb | |||
@@ -18,7 +18,6 @@ do_compile() { | |||
18 | fastjar cf ${JARFILENAME} -C build . | 18 | fastjar cf ${JARFILENAME} -C build . |
19 | } | 19 | } |
20 | 20 | ||
21 | SRC_URI[md5sum] = "b941b8f4de297827f3211c2cb34af199" | ||
22 | SRC_URI[sha256sum] = "79e80af8cbeb68ddad75a1aa6244d7acd62176bfd69bcdc0640d11177dcde97d" | 21 | SRC_URI[sha256sum] = "79e80af8cbeb68ddad75a1aa6244d7acd62176bfd69bcdc0640d11177dcde97d" |
23 | 22 | ||
24 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |