From 430df76f8d50dd5427e6857dc15b630c439c586a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 3 Jan 2024 16:38:26 +0800 Subject: [PATCH] libtinyxml2: upgrade 9.0.0 -> 10.0.0 remove non-existent files from install. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{libtinyxml2_9.0.0.bb => libtinyxml2_10.0.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-support/libtinyxml2/{libtinyxml2_9.0.0.bb => libtinyxml2_10.0.0.bb} (85%) diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb similarity index 85% rename from meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb rename to meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb index 7ef4d89ce0..af5a994d22 100644 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb @@ -4,7 +4,7 @@ SECTION = "libs" LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" -SRCREV = "1dee28e51f9175a31955b9791c74c430fe13dc82" +SRCREV = "321ea883b7190d4e85cae5512a12e5eaa8f8731f" SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ file://run-ptest" @@ -19,7 +19,6 @@ CXXFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" do_install_ptest() { install -Dm 0755 ${B}/xmltest ${D}${PTEST_PATH}/xmltest install -d ${D}${PTEST_PATH}/resources/out - install -Dm 0644 ${B}/resources/*.xml ${D}${PTEST_PATH}/resources/ } BBCLASSEXTEND = "native"