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:08:08 +0000 |
commit | 17f39c1c47187d579bc00288ef062f5951fa396d (patch) | |
tree | 72adecdf6b75e787969ed9b66fc6d2fa46e52efe | |
parent | 43a4eeef40a0db94240cfc07bdb74f9abcc89798 (diff) |
af-binder: Fix callsync hanging
This bump includes the following changes:
* 6f42df1e Improve detection of the bindings
* b612db21 sig-monitor: Fix exit in signal handler
* 355db4b7 jobs: Fix callsync hanging
Bug-AGL: SPEC-2937, SPEC-2907, SPEC-2841
Change-Id: If45bd10e66d3db32790acc4f1c3f57948325c859
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-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 11f62e702..7822bbb09 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 = "84d1859e9b64cc100251370c0412241108dd5b10" +SRCREV = "355db4b7f226c198fd001c41a0f3827dee65932f" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |