diff options
Diffstat (limited to 'meta/recipes-core/expat/expat_2.4.6.bb')
| -rw-r--r-- | meta/recipes-core/expat/expat_2.4.6.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-core/expat/expat_2.4.6.bb b/meta/recipes-core/expat/expat_2.4.6.bb new file mode 100644 index 0000000000..ef245242bc --- /dev/null +++ b/meta/recipes-core/expat/expat_2.4.6.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "A stream-oriented XML parser library" | ||
| 2 | DESCRIPTION = "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags)" | ||
| 3 | HOMEPAGE = "https://github.com/libexpat/libexpat" | ||
| 4 | SECTION = "libs" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=9e2ce3b3c4c0f2670883a23bbd7c37a9" | ||
| 8 | |||
| 9 | VERSION_TAG = "${@d.getVar('PV').replace('.', '_')}" | ||
| 10 | |||
| 11 | SRC_URI = "https://github.com/libexpat/libexpat/releases/download/R_${VERSION_TAG}/expat-${PV}.tar.bz2 \ | ||
| 12 | file://run-ptest \ | ||
| 13 | " | ||
| 14 | |||
| 15 | UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" | ||
| 16 | |||
| 17 | SRC_URI[sha256sum] = "ce317706b07cae150f90cddd4253f5b4fba929607488af5ac47bf2bc08e31f09" | ||
| 18 | |||
| 19 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" | ||
| 20 | |||
| 21 | RDEPENDS:${PN}-ptest += "bash" | ||
| 22 | |||
| 23 | inherit cmake lib_package ptest | ||
| 24 | |||
| 25 | do_install_ptest:class-target() { | ||
| 26 | install -m 755 ${B}/tests/* ${D}${PTEST_PATH} | ||
| 27 | } | ||
| 28 | |||
| 29 | BBCLASSEXTEND += "native nativesdk" | ||
| 30 | |||
| 31 | CVE_PRODUCT = "expat libexpat" | ||
