From 5bccc14d68d67fb0125f3a5afdd7840b989489f4 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 19 Jul 2019 10:10:58 +0200 Subject: af-binder: Fix circular broadcast of events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include changes: * c53b1b3 uuid: Add module for UUID generation * a445694 afb-evt: Refactor processing of broadcasted events * 0371579 Tag broadcasted events with UUID and hop * ad66a46 Fix bad memory access at client disconnection Bug-AGL: SPEC-2625 Change-Id: I532c35b7eea15b6391bb68570601fa0d7477d89e Signed-off-by: José Bollo --- meta-app-framework/recipes-core/af-binder/af-binder_git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 55cf82ca4..9982e94ea 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 = "328c4b574dfb30155b8e27d96d97a1a50b51ebb8" +SRCREV = "ad66a4685f5d50ef05338157c84a572088693ed3" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg