diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-12-31 14:21:06 +0100 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-12-31 14:21:06 +0100 |
commit | 7c3a9d14894691ce7c83743f7502bd591f29b2df (patch) | |
tree | 17bdd5bfae93c35ebc1d55f76a7905ca5ed03f57 /meta-app-framework/recipes-core | |
parent | cf71a3e8fd6dd2aa4841e1ff91afac6e11ea32b5 (diff) |
af-binder: Fix lock of sync/async calls
Bump to the version that fix the lock of
call in multi-threaded case.
Bug-AGL: SPEC-2089
Change-Id: I21baf120398f89cda3dfba06c44fa4773cda04c4
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc index c484015af..88fd93c95 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc +++ b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "9295a52e5ea920a969aa0bf7aedd2342fb59c8fe" +SRCREV = "e84fc44c47b42651fef17405f5bc09e5079d4a72" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |