From b5292d4115a4555a66b5e35acdc67dd71fb8577f Mon Sep 17 00:00:00 2001 From: Matthieu Crapet Date: Fri, 14 Feb 2014 18:15:36 +0100 Subject: recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues Rename SUMMARY with length > 80 to DESCRIPTION. Note: don't bump PR Signed-off-by: Matthieu Crapet Signed-off-by: Saul Wold --- meta/recipes-devtools/json-c/json-c_0.11.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/json-c') diff --git a/meta/recipes-devtools/json-c/json-c_0.11.bb b/meta/recipes-devtools/json-c/json-c_0.11.bb index d1bf0e96e2..389e0f9ebf 100644 --- a/meta/recipes-devtools/json-c/json-c_0.11.bb +++ b/meta/recipes-devtools/json-c/json-c_0.11.bb @@ -1,4 +1,5 @@ -SUMMARY = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C" +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." HOMEPAGE = "https://github.com/json-c/json-c/wiki" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2" -- cgit 1.2.3-korg