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 10:10:07 +0100 |
commit | 052722a079f9f4842ff388f9f2050b7229966a1c (patch) | |
tree | ea641640d37df35c4807eb31bb70bd160ae21f65 | |
parent | b525b1af802f2fa302062760b7a2e14744680481 (diff) |
af-binder: fix bug in reconnectionhalibut_8.0.6halibut/8.0.68.0.6halibut
When the client reconnected, it used the wrong type
and reconnected as server leading to unexpected
state with faults.
Include:
* 6623cb5 afb-stub-ws: fix bug in reconnection
Bug-AGL: SPEC-3272
Change-Id: I3ad0987be094527f2a3a980a3a99f397b704f3ee
Signed-off-by: Jose 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 6d04a8122..b25b460d4 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 = "aeb015becc84a457afd5a5fb82e26dfca0978c83" +SRCREV = "6623cb55f38d525407f35642d945a9b1c028deae" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |