[OE-core] [RFC][PATCH 1/2] libjson: add 0.9

Saul Wold sgw at linux.intel.com
Tue Nov 22 16:19:51 UTC 2011


On 11/21/2011 10:12 AM, Koen Kooi wrote:
> Signed-off-by: Koen Kooi<koen at dominion.thruhere.net>
> ---
>   meta/recipes-devtools/libjson/libjson_0.9.bb |   13 +++++++++++++
>   1 files changed, 13 insertions(+), 0 deletions(-)
>   create mode 100644 meta/recipes-devtools/libjson/libjson_0.9.bb
>
> diff --git a/meta/recipes-devtools/libjson/libjson_0.9.bb b/meta/recipes-devtools/libjson/libjson_0.9.bb
> new file mode 100644
> index 0000000..4d609a6
> --- /dev/null
> +++ b/meta/recipes-devtools/libjson/libjson_0.9.bb
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "JSON-C - A JSON implementation in C"
> +
> +LICENSE = "MIT/X11"

I believe that LICENSE = "MIT" (or MIT-X) as the standard entry.
Maybe Beth can give the correct version here.

Thanks
	Sau!

> +LIC_FILES_CHKSUM = "file://COPYING;md5=30a276a476b02c2dcd0849bde417fb17"
> +
> +SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
> +SRC_URI[md5sum] = "3a13d264528dcbaf3931b0cede24abae"
> +SRC_URI[sha256sum] = "702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475"
> +
> +S = "${WORKDIR}/json-c-${PV}"
> +
> +
> +inherit autotools




More information about the Openembedded-core mailing list