af-binder & af-main: Bump to version FF-rc4 77/16277/2
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 23 Aug 2018 12:51:52 +0000 (14:51 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 24 Aug 2018 14:38:28 +0000 (14:38 +0000)
It include for the binder 3 important fixes:
SPEC-1668, SPEC-1669 and SPEC-1681.

Changes of app-framework-binder:
 * jobs: Abort when systemd's event loop lost
 * afb-stub-ws: Add reconnection of ws-clients on need
 * afb-stub-ws: Safe handling of deconnections
 * afb-stub-ws: Process error on call to remote
 * Send error replies on disconnection
 * afb-wsj1: Split 'wsj1_on_text' in 2
 * afb-stub-ws: Clean up
 * afb-api-ws: Use afb-socket features
 * afb-socket: Improvement
 * afb-stub-ws: Improve naming
 * hello3: Add mutebug
 * Set version to 5.99.FFRC4
 * Provide functions afb_service_call[_sync]_legacy

Changes of app-framework-main:
 * Set version to 5.99.FFRC4

Bug-AGL: SPEC-1668
Bug-AGL: SPEC-1669
Bug-AGL: SPEC-1681

Change-Id: I99b129a1722f1d3182205bc07de449b6ed034002
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc
meta-app-framework/recipes-core/af-main/af-main_1.0.inc

index 59900c0..f115989 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 = "57a4177d8d0f5c0bbc88f18a4d593f7cf2c8ba55"
+SRCREV = "8aac4b82fa18fe6f0feacac86fdde3d78b19cd18"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"
index 16d502d..da1780b 100644 (file)
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}"
 
-SRCREV = "6caade489f8bd15dccdde6c69452d920ead2201e"
+SRCREV = "bb3a30a0e517fda1a4c282a7b1fcdf95c85f5c1c"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"