diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-08-21 09:08:19 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-08-23 10:36:15 +0200 |
commit | 61fd547fa8515ab29c97f3979224daf3d63a3772 (patch) | |
tree | 6de35c2d85c644be5cc76059a3aa4f39e57fb4d3 | |
parent | e1bb8af454681712d9a7dd18630d46567ab32187 (diff) |
af-binder: Fix client disconnection close
This correctly close sockets.
This integrates the following fixes
* 248f6ea Fix client disconnection close
Bug-AGL: SPEC-2759
Change-Id: Ia37ead39c31081bf99ed63b2e90ff0fe0226c999
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 85a6c3bc4..f0a2ceb9c 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 = "0abe8de32bef957b2f72eee7c7eb30c3a9a9efeb" +SRCREV = "248f6eafa20476014f4bf12d90b2234c4be7eef2" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |