diff mbox series

[meta-oe,152/161] sharutils: Drop unnecessary SRC_URI md5sum

Message ID 20241105204707.4155-152-schonm@gmail.com
State New
Headers show
Series None | expand

Commit Message

Jason Schonberg Nov. 5, 2024, 8:46 p.m. UTC
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
index 7a506d034..3f87fb789 100644
--- a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
+++ b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
@@ -15,7 +15,6 @@  SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
            file://0001-configure.ac-Check-and-define-intmax_t-type.patch \
            file://0001-libopts.m4-accept-POSIX_SHELL-from-the-environment-d.patch \
            "
-SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800"
 SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637"
 
 EXTRA_OECONF = "POSIX_SHELL=${base_bindir}/sh"