[oe-commits] [meta-openembedded] 24/76: avro: Add recipe

git at git.openembedded.org git at git.openembedded.org
Sat Dec 24 08:18:29 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 0bd55905fcb2a832794481e4788a1b0f04aa4777
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Dec 14 18:09:38 2016 -0800

    avro: Add recipe
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/avro/avro-c_1.8.1.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/meta-oe/recipes-support/avro/avro-c_1.8.1.bb b/meta-oe/recipes-support/avro/avro-c_1.8.1.bb
new file mode 100644
index 0000000..8deee4b
--- /dev/null
+++ b/meta-oe/recipes-support/avro/avro-c_1.8.1.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Apache Avro data serialization system."
+HOMEPAGE = "http://apr.apache.org/"
+SECTION = "libs"
+
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=73bdf70f268f0b3b9c5a83dd7a6f3324"
+
+DEPENDS = "jansson zlib xz"
+
+SRC_URI = "${APACHE_MIRROR}/avro/avro-${PV}/c/avro-c-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "b268348536714541e10411823a1b59b0"
+SRC_URI[sha256sum] = "e5042088fa47e1aa2860c5cfed0bd061d81f9e96628f8b4d87a24d9b8c5e4ecc"
+
+LDFLAGS_append_libc-uclibc = " -lm"
+
+inherit cmake

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list