diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-11 16:54:43 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-11 17:17:20 -0700 |
commit | aed7a9868a618930750cbad4ce71cd01afbbf2de (patch) | |
tree | 7a91e1bfdf379d747e0260bed83b94629cd5a578 | |
parent | 35d27afd2c65ba0c85899922826e541f7202b9d0 (diff) | |
download | meta-openembedded-aed7a9868a618930750cbad4ce71cd01afbbf2de.tar.gz |
libtinyxml2: upgrade 10.0.0 -> 10.1.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.1.0.bb (renamed from meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb b/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" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" |
6 | CVE_PRODUCT = "tinyxml2" | 6 | CVE_PRODUCT = "tinyxml2" |
7 | 7 | ||
8 | SRCREV = "321ea883b7190d4e85cae5512a12e5eaa8f8731f" | 8 | SRCREV = "57eea48c5bfc354ac45d53b2eb499e66c80d63e0" |
9 | SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ |
10 | file://run-ptest" | 10 | file://run-ptest" |
11 | 11 | ||