af-binder: Fix autolock in protocol 41/12041/3
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 17 Nov 2017 16:25:29 +0000 (17:25 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 17 Nov 2017 21:59:28 +0000 (21:59 +0000)
A lock happened when a binding made a synchronous call
in an event callback.

Bug-AGL: SPEC-1091

Change-Id: I33793ff6755c339308a418fbd93b43227ca1cec2
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12041
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb

index ff3b407..19deb14 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "3a3ee2aa68333fce13fb2611b0165def47573c5d"
+SRCREV = "f85485a195f304028b6e3a1db4777b59fba692a4"
 PV = "master+git${SRCPV}"
 
 S = "${WORKDIR}/git"