diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-11-14 17:06:09 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-11-14 22:07:40 +0000 |
commit | f4e36886785aa2a907db9577b52c6a7035826387 (patch) | |
tree | d8fa0c26ce02ea4132dbe193f5a4aef92eef8b37 /meta-app-framework/recipes-core/af-binder | |
parent | cf9da538f5259ae17b63593e3d1aafecf9eb6808 (diff) |
af-binder: Fix callsync hanging
This bump includes the following changes:
* 6cbd15fc sig-monitor: Fix exit in signal handler
* aeb015be jobs: Fix callsync hanging
Bug-AGL: SPEC-2937, SPEC-2907
Change-Id: Ie8187778b0b76f484a7d589b20b0190a45d441a7
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/af-binder')
-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 1077e5581..6d04a8122 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 = "99ad30bf29c683da833efeac42d8f178b6d2ca8c" +SRCREV = "aeb015becc84a457afd5a5fb82e26dfca0978c83" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |