aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/json-c/json-c_0.12.bb
diff options
context:
space:
mode:
authorAndré Draszik <adraszik@tycoint.com>2016-06-24 11:54:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-01 16:08:45 +0100
commit964456b0a2b9404ea54d6905a418ecf52b522bca (patch)
tree2cd61f533f0a0099a0fc4b8d1ee74ead4a8d63e0 /meta/recipes-devtools/json-c/json-c_0.12.bb
parent181918f5a3ce662f7df333c584c11f1c261f0269 (diff)
downloadopenembedded-core-contrib-964456b0a2b9404ea54d6905a418ecf52b522bca.tar.gz
json-c: backport patch to fix uClibc link issues
We need to link against libm as we get linker errors otherwise: <sysroot>/usr/lib/libjson-c.so.2: undefined reference to `__isnan' <sysroot>/usr/lib/libjson-c.so.2: undefined reference to `__isinf' collect2: error: ld returned 1 exit status Backport the upstream patch. Signed-off-by: André Draszik <adraszik@tycoint.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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 1a5c3948e1..d8c76dbf18 100644
--- a/meta/recipes-devtools/json-c/json-c_0.12.bb
+++ b/meta/recipes-devtools/json-c/json-c_0.12.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2"
SRC_URI = "https://s3.amazonaws.com/json-c_releases/releases/${BP}.tar.gz \
file://0001-json_tokener-requires-INF-and-NAN.patch \
+ file://0001-Link-against-libm-when-needed.patch \
"
SRC_URI[md5sum] = "3ca4bbb881dfc4017e8021b5e0a8c491"