af-binder: Upgrade 70/23570/1
authorJose Bollo <jose.bollo@iot.bzh>
Fri, 10 Jan 2020 09:23:25 +0000 (10:23 +0100)
committerJose Bollo <jose.bollo@iot.bzh>
Fri, 10 Jan 2020 09:23:25 +0000 (10:23 +0100)
This upgrade of the binder includes improvement in
event handling (SPEC-3069) and minor fixes.
Unscription should now be immediately effective
as expected, no matter how many subscribe was done.

Included commits:
 * 8828c6be main-afb-client-demo: Fix typo
 * f3d1f19a afb-apiset: Fix start of apis
 * 18d28239 AFB.js: pass event name
 * ca0f859d afb-proto-ws: Improve comment and names
 * f40979c7 afb-proto-ws: Add message for unexpected event
 * c6fcbec3 afb-evt: Improve name of listening functions
 * 36ed9d2e afb-evt: Ensure unsubscribe works
 * 164f1414 afb-ws-client: Improve direct URI
 * 65353dce Update copyright dates

Bug-AGL: SPEC-3066
Bug-AGL: SPEC-3069
Bug-AGL: SPEC-3087
Bug-AGL: SPEC-3094

Change-Id: I499643564a1026f54b7cfd68f73352561e1d8649
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
meta-app-framework/recipes-core/af-binder/af-binder_git.inc

index 72fc762..70e5343 100644 (file)
@@ -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 = "2ed1d659b481c50380faed568818443d092f06ec"
+SRCREV = "65353dce81a629e042800bb7b86fcd869a76727e"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"