diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2020-03-13 09:55:25 +0100 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2020-03-13 09:55:25 +0100 |
commit | a0a47c959b2392ad31f0b99e8c0f5f1403200a4e (patch) | |
tree | 9745543751eeb99c0332f05530e1d04cc59a8061 /meta-app-framework/recipes-core | |
parent | 50e41ba7b4ccd5df20e9e32f356fcb6c67831ef9 (diff) |
af-binder: fix bug in reconnection
When the client reconnected, it used the wrong type
and reconnected as server leading to unexpected
state with faults.
Include:
* 7901c6d afb-stub-ws: fix bug in reconnection
Bug-AGL: SPEC-3272
Change-Id: I3ad0987be094527f2a3a980a3a99f397b704f3ee
Signed-off-by: Jose 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 1a5390c89..eed57773d 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 = "9cab553d6ce4e352ba8eb656b0058c7d5336ca73" +SRCREV = "7901c6dadaceb37638ab98876e759c4d6f3ea130" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |