From 45df11ccbef8528d59cfa086db9335a8d6696ad7 Mon Sep 17 00:00:00 2001 From: Johannes Pointner Date: Fri, 28 Oct 2016 09:32:59 +0200 Subject: libtinyxml2: Upgrade 3.0.0 -> 4.0.1 This new release includes loots of small (incompatible) changes, and the addition of int64 support. Signed-off-by: Johannes Pointner Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libtinyxml2/libtinyxml2_3.0.0.bb | 15 --------------- meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-support/libtinyxml2/libtinyxml2_3.0.0.bb create mode 100644 meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_3.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_3.0.0.bb deleted file mode 100644 index af0b785a69..0000000000 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_3.0.0.bb +++ /dev/null @@ -1,15 +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://tinyxml2.cpp;endline=22;md5=c19221dbd8a66ad3090462af4c5de5e7" - -SRC_URI = "git://github.com/leethomason/tinyxml2.git" - -SRCREV = "1977a7258cc66fd4da7f1e9da05a4933646a7803" - -S = "${WORKDIR}/git" - -inherit cmake - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb new file mode 100644 index 0000000000..3a6659815e --- /dev/null +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb @@ -0,0 +1,15 @@ +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://tinyxml2.cpp;endline=22;md5=c19221dbd8a66ad3090462af4c5de5e7" + +SRC_URI = "git://github.com/leethomason/tinyxml2.git" + +SRCREV = "74d44acb176f8510abf28ee0a70961eb26631988" + +S = "${WORKDIR}/git" + +inherit cmake + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf