diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-08-21 09:08:19 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-08-23 20:03:09 +0000 |
commit | eb7d52da8e32680c1ab6d8bba2bb638059563efc (patch) | |
tree | cadded0240a006994340aa26770091015fff4761 /meta-app-framework/recipes-core | |
parent | a36131a7757bdcd553cbb13017a7796f34eea967 (diff) |
af-binder: Fix client disconnection close
This correctly close sockets.
This integrates the following fixes
* 99ad30b Fix client disconnection close
Bug-AGL: SPEC-2759
Change-Id: Ia37ead39c31081bf99ed63b2e90ff0fe0226c999
Signed-off-by: José 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 6712eb698..1077e5581 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 = "91de2500d8a3e96a5d6d486a31f51270eb8cdc61" +SRCREV = "99ad30bf29c683da833efeac42d8f178b6d2ca8c" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |