summaryrefslogtreecommitdiffstats
path: root/meta-app-framework
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-07-19 10:10:58 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-07-23 11:54:07 +0000
commit48421cc660fccd5f0cc7d2448d6d52b5a2dc34b1 (patch)
treeae8776182a40eed1247c005a5e82aaf8b4f1e7d4 /meta-app-framework
parent8cbd61a838bfa3f46f66b5641c27c0492ceba2d8 (diff)
af-binder: Fix circular broadcast of events
Include changes: * 6fe59e2 uuid: Add module for UUID generation * 5b59688 afb-evt: Refactor processing of broadcasted events * 6dfeafe Tag broadcasted events with UUID and hop * 51ab7c2 Fix bad memory access at client disconnection Bug-AGL: SPEC-2625 Change-Id: Ifa81293a783d5119d7a3d4c33598e1eb865e703c Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework')
-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 a02597b0e..aa1d78aa5 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 = "0342cd1f15478365bad504d9398d56a03b89781a"
+SRCREV = "51ab7c2f95d6d459302423a57cc617021ef6126d"
PV = "${AGL_BRANCH}+git${SRCPV}"
S = "${WORKDIR}/git"