From aed7a9868a618930750cbad4ce71cd01afbbf2de Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:54:43 +0800 Subject: [PATCH] libtinyxml2: upgrade 10.0.0 -> 10.1.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{libtinyxml2_10.0.0.bb => libtinyxml2_10.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libtinyxml2/{libtinyxml2_10.0.0.bb => libtinyxml2_10.1.0.bb} (94%) diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.1.0.bb similarity index 94% rename from meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb rename to meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.1.0.bb index 2ee43ebc03..6bea792a78 100644 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.1.0.bb @@ -5,7 +5,7 @@ LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" CVE_PRODUCT = "tinyxml2" -SRCREV = "321ea883b7190d4e85cae5512a12e5eaa8f8731f" +SRCREV = "57eea48c5bfc354ac45d53b2eb499e66c80d63e0" SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ file://run-ptest"