From: José Bollo Date: Fri, 3 Nov 2017 12:33:17 +0000 (+0100) Subject: af-binder: Bug fixes X-Git-Tag: eel_4.99.2~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=35d76cc9ab993be02219854d94ebecf2a694173e;p=AGL%2Fmeta-agl.git af-binder: Bug fixes * fix a bug in handling of event loop that consummed 100% CPU and reached assertion failures * fix a file descriptor leak in handling API sockets on server side * ensure non interleaved log messages * fix lack of 'noconcurrency' flag in creation of dynamic apis Also allows javascript client to set their "callId" explicitely. Change-Id: I28b4f9c2543e3d184b55fc63e0a1c46752450be3 Signed-off-by: José Bollo Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11677 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index 7278e15dd..0fc3a67e5 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "425026b352cec3980d111bdc30e8dcc77c117ee0" +SRCREV = "913e41d02977ee045490fbdcc94979c122c6a981" PV = "master+git${SRCPV}" S = "${WORKDIR}/git"