diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-08-20 19:44:53 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-08-20 19:44:53 +0200 |
commit | 4d02ae9f6ee1ca2d3d7745286d4daabbad3e0176 (patch) | |
tree | 16e7b6ab5583b6d49408170f04dc09ec6c47784b /meta-app-framework/recipes-core/af-binder | |
parent | 6aedcd64444b68349b778005907231e839e280d9 (diff) |
af-binder: fixes
This integrates the following fixes
* 3343b4d Fix outdated documents
* 6f13ad1 Avoid lock when child dies
* ac2ab69 Replace obsolete argument "sessiondir" with "workdir"
* 0ea0734 jobs: Add starting mode for jobs
* 6599a89 Fix client disconnection close
Bug-AGL: SPEC-2714
Bug-AGL: SPEC-2720
Bug-AGL: SPEC-2759
Change-Id: I962f310cf69e72d01c78c0620115cd2d66586e2c
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 6852be204..3fa0d96da 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 = "687d90d5f5a7ec8cd6c2b2d5f8a9c6c180c610c0" +SRCREV = "6599a89df853f4a128906f26142d5b861de90656" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |