diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2024-08-12 01:17:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-13 09:29:15 +0100 |
commit | bff68f30f24de2b342ed80078c8daa491453a0b9 (patch) | |
tree | 34b5f8b3fa843a0c51c7c8f57c4f07a41102d868 | |
parent | 5f6fe371442c59bf664d16f3e740786ddc8490b3 (diff) | |
download | poky-bff68f30f24de2b342ed80078c8daa491453a0b9.tar.gz |
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>
-rw-r--r-- | meta/recipes-devtools/json-c/json-c_0.17.bb | 6 |
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 @@ | |||
1 | SUMMARY = "C bindings for apps which will manipulate JSON data" | 1 | SUMMARY = "A JSON implementation in C" |
2 | DESCRIPTION = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C." | 2 | DESCRIPTION = "JSON-C implements a reference counting object model that allows \ |
3 | you to easily construct JSON objects in C, output them as JSON formatted strings \ | ||
4 | and parse JSON formatted strings back into the C representation of JSON objects." | ||
3 | HOMEPAGE = "https://github.com/json-c/json-c/wiki" | 5 | HOMEPAGE = "https://github.com/json-c/json-c/wiki" |
4 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2" |