blob: e4bb3f3263e8237ad5b641300a1ea1bf35d09d75 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "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
Brad Bishopfcf01682018-06-05 14:14:10 +02009SRCREV = "de6d164822076f9b1e26a7222808a25ac03867d8"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010
11S = "${WORKDIR}/git"
12
13inherit cmake
14
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015BBCLASSEXTEND = "native"