summaryrefslogtreecommitdiffstats
path: root/recipes-core/ant-contrib
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-01-19 08:03:59 -0500
committerTim Orling <tim.orling@konsulko.com>2025-01-19 17:09:31 -0800
commit09d27e00bc2899351cc7cca3fab5305a4c8983bf (patch)
tree16a6a615cd055edbb8bfe65a20fd686f51af78e6 /recipes-core/ant-contrib
parent87ddc743edce334d7cf2435f08f24cf67e1dc240 (diff)
downloadmeta-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/ant-contrib')
-rw-r--r--recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb b/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
index db79626..e92f28a 100644
--- a/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
+++ b/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
@@ -16,7 +16,6 @@ inherit java-library native
16 16
17SRC_URI = "${SOURCEFORGE_MIRROR}/ant-contrib/ant-contrib-${PV}-src.zip" 17SRC_URI = "${SOURCEFORGE_MIRROR}/ant-contrib/ant-contrib-${PV}-src.zip"
18 18
19SRC_URI[md5sum] = "07b23539bef04ec56970c876a33f7665"
20SRC_URI[sha256sum] = "ba3621f397af14d5a19375f391ec9bf2908c46c5558ca0df8365e04fe3ac3633" 19SRC_URI[sha256sum] = "ba3621f397af14d5a19375f391ec9bf2908c46c5558ca0df8365e04fe3ac3633"
21 20
22S = "${WORKDIR}/ant-contrib" 21S = "${WORKDIR}/ant-contrib"