diff options
author | Johannes Pointner <johannes.pointner@br-automation.com> | 2019-08-20 11:10:35 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-20 09:31:16 -0700 |
commit | 41801ad42ec216991278b7224a6998dde2c92da0 (patch) | |
tree | 475ca6ac2afc129b120253053d0bd68d69d87a08 | |
parent | 992f4bd5704a9dc4e89af9d440ee1bebf15a82c5 (diff) | |
download | meta-openembedded-41801ad42ec216991278b7224a6998dde2c92da0.tar.gz |
libtinyxml2: update to 7.1.0
Also use license from new LICENSE.txt instead of using text from
tinyxml2.cpp.
Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libtinyxml2/libtinyxml2_7.1.0.bb (renamed from meta-oe/recipes-support/libtinyxml2/libtinyxml2_7.0.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_7.0.1.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_7.1.0.bb index e4bb3f3263..9e197a9180 100644 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_7.0.1.bb +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_7.1.0.bb | |||
@@ -2,11 +2,11 @@ SUMMARY = "TinyXML-2 is a simple, small, efficient, C++ XML parser that can be e | |||
2 | HOMEPAGE = "http://www.grinninglizard.com/tinyxml2/" | 2 | HOMEPAGE = "http://www.grinninglizard.com/tinyxml2/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
5 | LIC_FILES_CHKSUM = "file://tinyxml2.cpp;endline=22;md5=c19221dbd8a66ad3090462af4c5de5e7" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/leethomason/tinyxml2.git" | 7 | SRC_URI = "git://github.com/leethomason/tinyxml2.git" |
8 | 8 | ||
9 | SRCREV = "de6d164822076f9b1e26a7222808a25ac03867d8" | 9 | SRCREV = "9c740e8d2341bd46dbe8e87053cdb4d931971967" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||