diff options
Diffstat (limited to 'poky/meta/recipes-devtools/json-c')
-rw-r--r-- | poky/meta/recipes-devtools/json-c/json-c/run-ptest | 2 | ||||
-rw-r--r-- | poky/meta/recipes-devtools/json-c/json-c_0.17.bb | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/poky/meta/recipes-devtools/json-c/json-c/run-ptest b/poky/meta/recipes-devtools/json-c/json-c/run-ptest index 2d0e94cd3a..acdce54f3e 100644 --- a/poky/meta/recipes-devtools/json-c/json-c/run-ptest +++ b/poky/meta/recipes-devtools/json-c/json-c/run-ptest @@ -3,6 +3,8 @@ # This script is used to run json-c test suites cd tests +export USE_VALGRIND=0 + ret_val=0 for i in test*.test; do # test_basic is not an own testcase, just diff --git a/poky/meta/recipes-devtools/json-c/json-c_0.17.bb b/poky/meta/recipes-devtools/json-c/json-c_0.17.bb index 20bcece768..92ab612175 100644 --- a/poky/meta/recipes-devtools/json-c/json-c_0.17.bb +++ b/poky/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" |