blob: 9e197a9180a16df395c3d0fb32dd198824dcba54 [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"
Brad Bishop665fd022019-08-26 01:32:28 -04005LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006
7SRC_URI = "git://github.com/leethomason/tinyxml2.git"
8
Brad Bishop665fd022019-08-26 01:32:28 -04009SRCREV = "9c740e8d2341bd46dbe8e87053cdb4d931971967"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010
11S = "${WORKDIR}/git"
12
13inherit cmake
14
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015BBCLASSEXTEND = "native"