summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/json-c/json-c_0.17.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/json-c/json-c_0.17.bb b/meta/recipes-devtools/json-c/json-c_0.17.bb
index 20bcece768..92ab612175 100644
--- a/meta/recipes-devtools/json-c/json-c_0.17.bb
+++ b/meta/recipes-devtools/json-c/json-c_0.17.bb
@@ -1,5 +1,7 @@
1SUMMARY = "C bindings for apps which will manipulate JSON data" 1SUMMARY = "A JSON implementation in C"
2DESCRIPTION = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C." 2DESCRIPTION = "JSON-C implements a reference counting object model that allows \
3you to easily construct JSON objects in C, output them as JSON formatted strings \
4and parse JSON formatted strings back into the C representation of JSON objects."
3HOMEPAGE = "https://github.com/json-c/json-c/wiki" 5HOMEPAGE = "https://github.com/json-c/json-c/wiki"
4LICENSE = "MIT" 6LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2" 7LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2"