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/antlr | |
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/antlr')
-rw-r--r-- | recipes-core/antlr/antlr_2.7.7.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/antlr/antlr_2.7.7.bb b/recipes-core/antlr/antlr_2.7.7.bb index d744201..31769c9 100644 --- a/recipes-core/antlr/antlr_2.7.7.bb +++ b/recipes-core/antlr/antlr_2.7.7.bb | |||
@@ -26,7 +26,6 @@ do_install:class-native() { | |||
26 | install -m 0755 ${WORKDIR}/runantlr ${D}${bindir}/ | 26 | install -m 0755 ${WORKDIR}/runantlr ${D}${bindir}/ |
27 | } | 27 | } |
28 | 28 | ||
29 | SRC_URI[md5sum] = "01cc9a2a454dd33dcd8c856ec89af090" | ||
30 | SRC_URI[sha256sum] = "853aeb021aef7586bda29e74a6b03006bcb565a755c86b66032d8ec31b67dbb9" | 29 | SRC_URI[sha256sum] = "853aeb021aef7586bda29e74a6b03006bcb565a755c86b66032d8ec31b67dbb9" |
31 | 30 | ||
32 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |