From: Matt Ranostay Date: Wed, 11 Dec 2019 18:47:49 +0000 (+0200) Subject: json-c: add --enable-threading to EXTRA_OECONF X-Git-Tag: 8.99.3~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=74aa21db140193211c44ec534442eb4c277ead4c;p=AGL%2Fmeta-agl.git 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 --- 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"