[oe] [meta-oe][PATCH 7/8] avro: Add recipe

Khem Raj raj.khem at gmail.com
Sat Dec 10 20:54:49 UTC 2016


On Sat, Dec 10, 2016 at 11:48 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> What is supposed to provide lzma?

It depends on liblzma,which should be provided by xz recipe in OE-Core.
I had a local lzma recipe out of sevenzip I think thats why I did not
see this issue.

>
> https://layers.openembedded.org/layerindex/recipe/53191/
>
> On Sat, Dec 3, 2016 at 4:04 AM, Khem Raj <raj.khem at gmail.com> wrote:
>
>> Signed-off-by: Khem Raj <raj.khem at gmail.com>
>> ---
>>  meta-oe/recipes-support/avro/avro-c_1.8.1.bb | 18 ++++++++++++++++++
>>  1 file changed, 18 insertions(+)
>>  create mode 100644 meta-oe/recipes-support/avro/avro-c_1.8.1.bb
>>
>> 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..ebaab4f
>> --- /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 lzma"
>> +
>> +SRC_URI = "${APACHE_MIRROR}/avro/avro-${PV}/c/avro-c-${PV}.tar.gz"
>> +
>> +SRC_URI[md5sum] = "b268348536714541e10411823a1b59b0"
>> +SRC_URI[sha256sum] = "e5042088fa47e1aa2860c5cfed0bd0
>> 61d81f9e96628f8b4d87a24d9b8c5e4ecc"
>> +
>> +LDFLAGS_append_libc-uclibc = " -lm"
>> +
>> +inherit cmake
>> --
>> 2.10.2
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list