blob: 3876f5e308a84de551da4d4b58ee8a7f0dce715f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUMMARY = "Apache Avro data serialization system."
HOMEPAGE = "https://avro.apache.org/"
SECTION = "libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6d502b41f76179fc84e536236f359cae"
DEPENDS = "jansson zlib xz"
BRANCH = "branch-1.12"
SRCREV = "8c27801dc8d42ccc00997f25c0b8f45f8d4a233e"
SRC_URI = " \
git://github.com/apache/avro;branch=${BRANCH};protocol=https;tag=release-${PV} \
"
S = "${UNPACKDIR}/${BP}/lang/c"
inherit cmake pkgconfig
|