summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb
diff options
context:
space:
mode:
authorJohannes Pointner <johannes.pointner@br-automation.com>2016-10-28 09:32:59 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-23 15:23:57 +0100
commit45df11ccbef8528d59cfa086db9335a8d6696ad7 (patch)
tree3e719590f0886c70a43721fd1fc40454f795398c /meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb
parent6d4ca6868bb6195f3c4cc785a1a8afc1af10f7e2 (diff)
downloadmeta-openembedded-45df11ccbef8528d59cfa086db9335a8d6696ad7.tar.gz
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 <johannes.pointner@br-automation.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb')
-rw-r--r--meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb15
1 files changed, 15 insertions, 0 deletions
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 000000000..3a6659815
--- /dev/null
+++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb
@@ -0,0 +1,15 @@
1SUMMARY = "TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrating into other programs"
2HOMEPAGE = "http://www.grinninglizard.com/tinyxml2/"
3SECTION = "libs"
4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://tinyxml2.cpp;endline=22;md5=c19221dbd8a66ad3090462af4c5de5e7"
6
7SRC_URI = "git://github.com/leethomason/tinyxml2.git"
8
9SRCREV = "74d44acb176f8510abf28ee0a70961eb26631988"
10
11S = "${WORKDIR}/git"
12
13inherit cmake
14
15BBCLASSEXTEND = "native"