Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrating into other programs" |
| 2 | HOMEPAGE = "http://www.grinninglizard.com/tinyxml2/" |
| 3 | SECTION = "libs" |
| 4 | LICENSE = "Zlib" |
| 5 | LIC_FILES_CHKSUM = "file://tinyxml2.cpp;endline=22;md5=c19221dbd8a66ad3090462af4c5de5e7" |
| 6 | |
| 7 | SRC_URI = "git://github.com/leethomason/tinyxml2.git" |
| 8 | |
Brad Bishop | fcf0168 | 2018-06-05 14:14:10 +0200 | [diff] [blame] | 9 | SRCREV = "de6d164822076f9b1e26a7222808a25ac03867d8" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit cmake |
| 14 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 15 | BBCLASSEXTEND = "native" |