From 74aa21db140193211c44ec534442eb4c277ead4c Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 11 Dec 2019 20:47:49 +0200 Subject: 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 --- meta-agl-profile-core/recipes-devtools/json-c/json-c_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-agl-profile-core/recipes-devtools/json-c/json-c_%.bbappend 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" -- cgit 1.2.3-korg