blob: 8954c9802fc28abfa9e24f428a2f56b6a636209c [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001SUMMARY = "Apache Avro data serialization system."
2HOMEPAGE = "http://apr.apache.org/"
3SECTION = "libs"
4
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=6d502b41f76179fc84e536236f359cae"
7
8DEPENDS = "jansson zlib xz"
9
10BRANCH = "branch-1.9"
11SRCREV = "89218262cde62e98fcb3778b86cd3f03056c54f3"
12SRC_URI = "git://github.com/apache/avro;branch=${BRANCH} \
13 file://0001-Allow-avro-C-to-be-built-on-musl-based-systems.patch;patchdir=../../ \
14 file://0001-cmake-Use-GNUInstallDirs-instead-of-hard-coded-paths.patch;patchdir=../../ \
15 "
16
17S = "${WORKDIR}/git/lang/c"
18
19inherit cmake