summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-05-20 09:41:27 +0800
committerKhem Raj <raj.khem@gmail.com>2021-05-19 19:11:06 -0700
commit975892f324a92b1f4a0e3ed4ccf6bbe33e64eba8 (patch)
treeeb688cd4bdfc5b7859fa180e8cdf5847ac6e2188 /meta-oe
parentfaf4abe27deff0e004c5066c90e86f3fffd02cf4 (diff)
downloadmeta-openembedded-975892f324a92b1f4a0e3ed4ccf6bbe33e64eba8.tar.gz
libtinyxml2: upgrade 8.0.0 -> 8.1.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb (renamed from meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb
index a2491cf9e..fea5aeff1 100644
--- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.0.0.bb
+++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd"
6 6
7SRC_URI = "git://github.com/leethomason/tinyxml2.git" 7SRC_URI = "git://github.com/leethomason/tinyxml2.git"
8 8
9SRCREV = "bf15233ad88390461f6ab0dbcf046cce643c5fcb" 9SRCREV = "3291390336141573e51dfa991b4179c8bcd8f306"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12