summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/json-c/json-c_0.12.bb
diff options
context:
space:
mode:
authorAndré Draszik <adraszik@tycoint.com>2017-10-06 13:24:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 22:39:48 +0000
commit9f981b48cf530836cefc36bf2a7d4aaea4903679 (patch)
treebf25302f4a7b53aa9802a5795875ef7a77489f74 /meta/recipes-devtools/json-c/json-c_0.12.bb
parent7ca04fef1b324b7fc6e8c5bbddcd41617cc5e5c6 (diff)
downloadpoky-9f981b48cf530836cefc36bf2a7d4aaea4903679.tar.gz
json-c: backport patch to fix gcc7 compilation
(The native version might be being built using gcc-7) We can't cherry-pick a commit from master, as master has upgraded json-c at the same time as applying this patch, see commit ccf630e78aad ("json-c: Upgrade to 0.12.1 release") (From OE-Core rev: 9b0cb8149ce82c0e6fa3054b54d35e9bf1353bf0) Signed-off-by: André Draszik <adraszik@tycoint.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/json-c/json-c_0.12.bb')
-rw-r--r--meta/recipes-devtools/json-c/json-c_0.12.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/json-c/json-c_0.12.bb b/meta/recipes-devtools/json-c/json-c_0.12.bb
index a15455c9bf..072c092c0e 100644
--- a/meta/recipes-devtools/json-c/json-c_0.12.bb
+++ b/meta/recipes-devtools/json-c/json-c_0.12.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2"
7SRC_URI = "https://s3.amazonaws.com/json-c_releases/releases/${BP}.tar.gz \ 7SRC_URI = "https://s3.amazonaws.com/json-c_releases/releases/${BP}.tar.gz \
8 file://0001-json_tokener-requires-INF-and-NAN.patch \ 8 file://0001-json_tokener-requires-INF-and-NAN.patch \
9 file://0001-Link-against-libm-when-needed.patch \ 9 file://0001-Link-against-libm-when-needed.patch \
10 file://0001-Add-FALLTHRU-comment-to-handle-GCC7-warnings.patch \
10 " 11 "
11 12
12SRC_URI[md5sum] = "3ca4bbb881dfc4017e8021b5e0a8c491" 13SRC_URI[md5sum] = "3ca4bbb881dfc4017e8021b5e0a8c491"