diff mbox series

[meta-oe,072/161] libsdl-ttf: Drop unnecessary SRC_URI md5sum

Message ID 20241105183658.34982-74-schonm@gmail.com
State Under Review
Headers show
Series Drop unnecessary SRC_URI md5sum | expand

Commit Message

Jason Schonberg Nov. 5, 2024, 6:25 p.m. UTC
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb
index 797c38d8e..c10444431 100644
--- a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb
+++ b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb
@@ -7,7 +7,6 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=22800d1b3701377aae0b61ee36f5c303"
 SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \
            file://use.pkg-config.for.freetype2.patch \
 "
-SRC_URI[md5sum] = "61e29bd9da8d245bc2471d1b2ce591aa"
 SRC_URI[sha256sum] = "724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7"
 
 S = "${WORKDIR}/SDL_ttf-${PV}"