From d2f631c763f555352ee1591d198304b33b2ebc15 Mon Sep 17 00:00:00 2001 From: "J. S." Date: Tue, 5 Nov 2024 22:04:26 -0500 Subject: Drop unnecessary SRC_URI md5sum from the recipes in meta-oe. Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-oe/recipes-support/libtinyxml') diff --git a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb index 6fbdd071e8..f2d3b63647 100644 --- a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb +++ b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb @@ -10,7 +10,6 @@ SECTION = "libs" SRC_URI = "${SOURCEFORGE_MIRROR}/tinyxml/tinyxml_${@'${PV}'.replace('.', '_')}.tar.gz \ file://enforce-use-stl.patch \ file://entity-encoding.patch" -SRC_URI[md5sum] = "c1b864c96804a10526540c664ade67f0" SRC_URI[sha256sum] = "15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593" S = "${WORKDIR}/tinyxml" -- cgit v1.2.3-54-g00ecf