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 | |
parent | 6d4ca6868bb6195f3c4cc785a1a8afc1af10f7e2 (diff) | |
download | meta-openembedded-contrib-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')
-rw-r--r-- | meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb (renamed from meta-oe/recipes-support/libtinyxml2/libtinyxml2_3.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_3.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb index af0b785a69f..3a6659815e0 100644 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_3.0.0.bb +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_4.0.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://tinyxml2.cpp;endline=22;md5=c19221dbd8a66ad3090462af4 SRC_URI = "git://github.com/leethomason/tinyxml2.git" -SRCREV = "1977a7258cc66fd4da7f1e9da05a4933646a7803" +SRCREV = "74d44acb176f8510abf28ee0a70961eb26631988" S = "${WORKDIR}/git" |