[oe] [PATCH] yajl_1.0.12: Add recipe for yajl1

Martin Jansa martin.jansa at gmail.com
Tue Dec 20 00:38:57 UTC 2016


Please don't use github archives which might be regenerated with different
checksums.

On Mon, Dec 19, 2016 at 9:56 PM, Khem Raj <raj.khem at gmail.com> wrote:

> yajl1 and yajl2 are not ABI compatible, therefore
> add a recipe for latest release of yajl1
>
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb
>
> diff --git a/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb
> b/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb
> new file mode 100644
> index 000000000..ed62bb25d
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb
> @@ -0,0 +1,17 @@
> +SUMMARY = "Yet Another JSON Library."
> +
> +DESCRIPTION = "YAJL is a small event-driven (SAX-style) JSON parser \
> +written in ANSI C, and a small validating JSON generator."
> +
> +HOMEPAGE = "http://lloyd.github.com/yajl/"
> +
> +LICENSE = "ISC"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=da2e9aa80962d54e7c726f232a2bd1e8"
> +
> +SRC_URI = "https://github.com/lloyd/${BPN}/archive/${PV}.tar.gz"
> +SRC_URI[md5sum] = "792672a75c3aa87a283b8714545a0bd0"
> +SRC_URI[sha256sum] = "5f0d297154da89f0131b71110c0e95
> af78b6127d6252930441fd20671bb28167"
> +
> +inherit cmake lib_package
> +
> +EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}"
> --
> 2.11.0
>
> --
> _______________________________________________
> 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