diff mbox series

json-c: change SUMMARY and DESCRIPTION

Message ID 20240812070054.93602-1-Qi.Chen@windriver.com
State New
Headers show
Series json-c: change SUMMARY and DESCRIPTION | expand

Commit Message

ChenQi Aug. 12, 2024, 7 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

Change SUMMARY and DESCRIPTION according to json-c's homepage
https://github.com/json-c/json-c/wiki.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-devtools/json-c/json-c_0.17.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Alexander Kanavin Aug. 12, 2024, 7:53 a.m. UTC | #1
A better commit header would be:
'json-c: use upstream texts for SUMMARY and DESCRIPTION'

'Change' is vague.

Alex

On Mon, 12 Aug 2024 at 09:01, Chen Qi via lists.openembedded.org
<Qi.Chen=windriver.com@lists.openembedded.org> wrote:
>
> From: Chen Qi <Qi.Chen@windriver.com>
>
> Change SUMMARY and DESCRIPTION according to json-c's homepage
> https://github.com/json-c/json-c/wiki.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  meta/recipes-devtools/json-c/json-c_0.17.bb | 6 ++++--
>  1 file 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 @@
> -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"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#203201): https://lists.openembedded.org/g/openembedded-core/message/203201
> Mute This Topic: https://lists.openembedded.org/mt/107852568/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
ChenQi Aug. 12, 2024, 8:18 a.m. UTC | #2
Thanks. I've sent out V2.

Regards,
Qi

On 8/12/24 15:53, Alexander Kanavin wrote:
> A better commit header would be:
> 'json-c: use upstream texts for SUMMARY and DESCRIPTION'
>
> 'Change' is vague.
>
> Alex
>
> On Mon, 12 Aug 2024 at 09:01, Chen Qi via lists.openembedded.org
> <Qi.Chen=windriver.com@lists.openembedded.org> wrote:
>> From: Chen Qi <Qi.Chen@windriver.com>
>>
>> Change SUMMARY and DESCRIPTION according to json-c's homepage
>> https://github.com/json-c/json-c/wiki.
>>
>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>> ---
>>   meta/recipes-devtools/json-c/json-c_0.17.bb | 6 ++++--
>>   1 file 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 @@
>> -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"
>> --
>> 2.25.1
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#203201): https://lists.openembedded.org/g/openembedded-core/message/203201
>> Mute This Topic: https://lists.openembedded.org/mt/107852568/1686489
>> Group Owner: openembedded-core+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
diff mbox series

Patch

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 @@ 
-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"