summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2020-03-13 09:55:25 +0100
committerJose Bollo <jose.bollo@iot.bzh>2020-03-13 10:08:00 +0100
commit30b7d87dbf6dfcdbfcc571c41c3292b32339ae2e (patch)
treea4d2201905e1383addc654b070db10a31eac4817
parent78510825005cf9404b37368015dd9f0413cb502b (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: * b15edc1 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.inc2
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 2696e9aa5..ffe4765e5 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 = "591f9d339d6467e4b53be561aedda90630a9ddbf"
+SRCREV = "b15edc1c48d74f2ad6e9ade577bf6b4945d85eee"
PV = "${AGL_BRANCH}+git${SRCPV}"
S = "${WORKDIR}/git"