From: José Bollo Date: Fri, 17 Nov 2017 16:25:29 +0000 (+0100) Subject: af-binder: Fix autolock in protocol X-Git-Tag: 4.99.3~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=5316a9c2c998a49b63508ed56370ab55a57ab5a6;p=AGL%2Fmeta-agl.git af-binder: Fix autolock in protocol 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12041 Reviewed-by: Stéphane Desneux Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Matt Ranostay 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 ff3b407c9..19deb142d 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 = "3a3ee2aa68333fce13fb2611b0165def47573c5d" +SRCREV = "f85485a195f304028b6e3a1db4777b59fba692a4" PV = "master+git${SRCPV}" S = "${WORKDIR}/git"