diff options
Diffstat (limited to 'recipes-bsp/isp-imx/libtinyxml2-8_8.0.0.bb')
| -rw-r--r-- | recipes-bsp/isp-imx/libtinyxml2-8_8.0.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-bsp/isp-imx/libtinyxml2-8_8.0.0.bb b/recipes-bsp/isp-imx/libtinyxml2-8_8.0.0.bb new file mode 100644 index 000000000..363f73058 --- /dev/null +++ b/recipes-bsp/isp-imx/libtinyxml2-8_8.0.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 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://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/leethomason/tinyxml2.git" | ||
| 8 | |||
| 9 | SRCREV = "bf15233ad88390461f6ab0dbcf046cce643c5fcb" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit cmake | ||
| 14 | |||
| 15 | # make sure we don't provide files which are also present in the | ||
| 16 | # current libtinyxml2 version's -dev package. | ||
| 17 | do_install:append() { | ||
| 18 | rm -rf ${D}/${includedir} | ||
| 19 | rm -rf ${D}/${libdir}/cmake | ||
| 20 | rm -rf ${D}/${libdir}/libtinyxml2.so | ||
| 21 | rm -rf ${D}/${libdir}/pkgconfig | ||
| 22 | } | ||
