aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-12-11 20:47:49 +0200
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-12-11 21:38:25 +0200
commit0d8969ef3adf93b8404c695497efd1ce32ecfb82 (patch)
treec29451ae8d1089b3645f51d78063a6fcfe42fd9f
parent60195f47ab7c0ca38b3394dfc0bab22925ddc4d9 (diff)
json-c: add --enable-threading to EXTRA_OECONF
Enable partial threading support to enable compiler atomic operations which in turn avoids refcount corruption issue that was causing aborts with moderate prolonged traffic. Bug-AGL: SPEC-3044 Change-Id: I0b9ab8c27f2c436910dbabf03be5bedaf1a28136 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--meta-agl-profile-core/recipes-devtools/json-c/json-c_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-devtools/json-c/json-c_%.bbappend b/meta-agl-profile-core/recipes-devtools/json-c/json-c_%.bbappend
new file mode 100644
index 000000000..43807bd12
--- /dev/null
+++ b/meta-agl-profile-core/recipes-devtools/json-c/json-c_%.bbappend
@@ -0,0 +1 @@
+EXTRA_OECONF += "--enable-threading"