From c2975e0dbe7d446760e521692b2cc6e6ea42f6e8 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Thu, 24 Jun 2021 22:37:22 +0200 Subject: libtinyxml2: upgrade 8.1.0 -> 9.0.0 Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- .../recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb | 17 ----------------- .../recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb create mode 100644 meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb deleted file mode 100644 index 5245059a89..0000000000 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrating into other programs" -HOMEPAGE = "http://www.grinninglizard.com/tinyxml2/" -SECTION = "libs" -LICENSE = "Zlib" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" - -SRC_URI = "git://github.com/leethomason/tinyxml2.git" - -SRCREV = "3291390336141573e51dfa991b4179c8bcd8f306" - -S = "${WORKDIR}/git" - -inherit cmake - -BBCLASSEXTEND = "native" - -EXTRA_OECMAKE += "-Dtinyxml2_SHARED_LIBS=YES" diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb new file mode 100644 index 0000000000..215f32a785 --- /dev/null +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrating into other programs" +HOMEPAGE = "http://www.grinninglizard.com/tinyxml2/" +SECTION = "libs" +LICENSE = "Zlib" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" + +SRC_URI = "git://github.com/leethomason/tinyxml2.git" + +SRCREV = "1dee28e51f9175a31955b9791c74c430fe13dc82" + +S = "${WORKDIR}/git" + +inherit cmake + +BBCLASSEXTEND = "native" + +EXTRA_OECMAKE += "-Dtinyxml2_SHARED_LIBS=YES" -- cgit v1.2.3-54-g00ecf