blob: 8b5ab44fddce1e55b4afb051e9d9675a964fe359 [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
9SRCREV = "37bc3aca429f0164adf68c23444540b4a24b5778"
10
11S = "${WORKDIR}/git"
12
13inherit cmake
14
15FILES_${PN}-dev += "${libdir}/cmake/"
16
17BBCLASSEXTEND = "native"