summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-03-05 07:24:52 +0000
committerKhem Raj <raj.khem@gmail.com>2020-03-04 23:51:57 -0800
commite5c5df9bcd8b0fbdcf33e8aa8d1949d03885400e (patch)
treec91345f720fff4bf7cae306cd383bca513d6ea9a
parentd16876d77723fa5670c412e76ca8f2ddf1f89a96 (diff)
downloadmeta-openembedded-e5c5df9bcd8b0fbdcf33e8aa8d1949d03885400e.tar.gz
libtinyxml2: upgrade 7.1.0 -> 8.0.0
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.0.0.bb (renamed from meta-oe/recipes-support/libtinyxml2/libtinyxml2_7.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_7.1.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.0.0.bb
index 9e197a918..a2491cf9e 100644
--- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_7.1.0.bb
+++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.0.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 = "9c740e8d2341bd46dbe8e87053cdb4d931971967" 9SRCREV = "bf15233ad88390461f6ab0dbcf046cce643c5fcb"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12