diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-12-12 13:10:58 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-12-13 16:09:29 +0100 |
commit | 006d08d914413d2d5423329b914ca10953f08113 (patch) | |
tree | cb0c3ca58b4d5119dbd5518580a5d7ac207cd7b8 | |
parent | 47d8a5d6a7b3dd2f55af49d56f1e3b3437e8cf89 (diff) |
af-binder: Upgrade
This upgrade includes 4 commits:
* bc247d4 globset: Introduce globset for event handling
* 13a5afe Fix deprecation warnings for older GCC versions
* 3f2e3d9 afb-hook: Improve reentrancy of hooking
* 9295a52 afb-proto-ws: Add error report
Change-Id: I91a493f1a2288a27f311171dc8b9ebe29c8a24a2
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-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 4020d2f8d..c484015af 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 = "153a7c9c44ac84f32a0869ed14e4f08563e6d97c" +SRCREV = "9295a52e5ea920a969aa0bf7aedd2342fb59c8fe" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |