summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-core/recipes-devtools/json-c/json-c_0.12.bbappend
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-10-08 22:30:44 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-10-08 22:30:44 +0200
commitca145f2e25e5aab86ff468cfcb409db7aa738be9 (patch)
tree893f6dc5dff417e17ec7d3da85c0bd3adeed86f7 /meta-agl-bsp/meta-core/recipes-devtools/json-c/json-c_0.12.bbappend
parent4bc02cee690a3886229082a6595902e90b95a1ee (diff)
Fix build of json-c on newer hostsdab
Newer hosts with gcc >= 7.1 might fail to compile json-c. Fix by backporting patchset. Change-Id: Ic089a30d2ad1096ac3b1ef86f842eeab4460cfe1 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/meta-core/recipes-devtools/json-c/json-c_0.12.bbappend')
-rw-r--r--meta-agl-bsp/meta-core/recipes-devtools/json-c/json-c_0.12.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-core/recipes-devtools/json-c/json-c_0.12.bbappend b/meta-agl-bsp/meta-core/recipes-devtools/json-c/json-c_0.12.bbappend
new file mode 100644
index 000000000..29bd0226f
--- /dev/null
+++ b/meta-agl-bsp/meta-core/recipes-devtools/json-c/json-c_0.12.bbappend
@@ -0,0 +1,4 @@
+
+FILESEXTRAPATHS_append := ":${THISDIR}/files"
+
+SRC_URI_append = " file://0001-Add-FALLTHRU-comment-to-handle-GCC7-warnings.patch" \ No newline at end of file