mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
json-c: use upstream texts for SUMMARY and DESCRIPTION
Change SUMMARY and DESCRIPTION according to json-c's homepage https://github.com/json-c/json-c/wiki. (From OE-Core rev: b5b203457fdb6825abc7c430876bd5b7c8b3f882) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
SUMMARY = "C bindings for apps which will manipulate JSON data"
|
||||
DESCRIPTION = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C."
|
||||
SUMMARY = "A JSON implementation in C"
|
||||
DESCRIPTION = "JSON-C implements a reference counting object model that allows \
|
||||
you to easily construct JSON objects in C, output them as JSON formatted strings \
|
||||
and parse JSON formatted strings back into the C representation of JSON objects."
|
||||
HOMEPAGE = "https://github.com/json-c/json-c/wiki"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2"
|
||||
|
||||
Reference in New Issue
Block a user