diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-16 10:28:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-16 10:30:50 +0200 |
commit | fe6e78787087c203fc53079e236bc8310a8c370f (patch) | |
tree | 700f192dccb9c67773bb82333f42ddb2ef5afb63 /recipes/libjson/libjson_0.9.bb | |
parent | 588548bdc61b444de758108bb267a942ffd395dc (diff) |
json-c: move and rename to libjson as older version was
* also convert old version to new staging
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libjson/libjson_0.9.bb')
-rw-r--r-- | recipes/libjson/libjson_0.9.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/libjson/libjson_0.9.bb b/recipes/libjson/libjson_0.9.bb new file mode 100644 index 0000000000..2afc923039 --- /dev/null +++ b/recipes/libjson/libjson_0.9.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "json C library" +HOMEPAGE = "http://oss.metaparadigm.com/json-c/" +AUTHOR = "Michael Clark and C. Watford" +LICENSE = "MIT/X11" +SECTION = "libs" + +SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz" +S = "${WORKDIR}/json-c-${PV}" + +SRC_URI[md5sum] = "3a13d264528dcbaf3931b0cede24abae" +SRC_URI[sha256sum] = "702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475" + +inherit autotools |