diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-07-20 10:25:19 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-07-20 10:32:55 +0200 |
commit | deddf84851dd8e477bda44fe87f7011ea4124b56 (patch) | |
tree | dec984f8cd66c7b362fc56f3a3623d84b3bae28d | |
parent | 592af2d2bedd46d131c4b7b7d70ceed0e7225e0e (diff) |
af-binder: Bug fixes
This upgrade include this following commits
* 59d2f19 afb-config: Simplify version print
* 1634f34 afb-trace: Fix bug on uuid of session's events
* e9eac35 afb-trace: Fix bug in session handling
* b798adf Fix errors in migration to V3
Bug-AGL: SPEC-1595
Change-Id: I6c195b2a7c48d12bfc175f8d6206727637ff16ec
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc index 6565d40ef..3cd86817f 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.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 = "a3d934b7608c6c88dd891cb6e05bb107718687e1" +SRCREV = "59d2f191917bb1552f7eb892c0e7e0333fdace43" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |