diff options
author | Johannes Pointner <johannes.pointner@br-automation.com> | 2016-10-28 09:32:59 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:23:57 +0100 |
commit | 45df11ccbef8528d59cfa086db9335a8d6696ad7 (patch) | |
tree | 3e719590f0886c70a43721fd1fc40454f795398c /meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb | |
parent | 6d4ca6868bb6195f3c4cc785a1a8afc1af10f7e2 (diff) | |
download | meta-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.bb | 15 |
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 @@ | |||
1 | SUMMARY = "TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrating into other programs" | ||
2 | HOMEPAGE = "http://www.grinninglizard.com/tinyxml2/" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "Zlib" | ||
5 | LIC_FILES_CHKSUM = "file://tinyxml2.cpp;endline=22;md5=c19221dbd8a66ad3090462af4c5de5e7" | ||
6 | |||
7 | SRC_URI = "git://github.com/leethomason/tinyxml2.git" | ||
8 | |||
9 | SRCREV = "74d44acb176f8510abf28ee0a70961eb26631988" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit cmake | ||
14 | |||
15 | BBCLASSEXTEND = "native" | ||