diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-07-19 10:10:58 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-07-19 13:40:06 +0200 |
commit | 5bccc14d68d67fb0125f3a5afdd7840b989489f4 (patch) | |
tree | 1361db2fa81ba96c42f96894a252ed8946d6c444 /meta-app-framework/recipes-core/af-binder | |
parent | 5855c1d8492386adaf142872c27b28ec3fdaecef (diff) |
af-binder: Fix circular broadcast of events
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 <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/af-binder')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_git.inc | 2 |
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 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" |