diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-11-12 00:58:55 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-12 03:57:47 +0000 |
commit | 91804ab0feabe3fd700230a2b5f2fb3052db3bf6 (patch) | |
tree | b80a71d537327c48408a864c5f3a89fe75182cf1 /meta-app-framework/recipes-core | |
parent | f00e6dcbdca7f102d33134aebd9463abad48a77a (diff) |
af-binder: Bug fixes and improvements
- fix lock error
- fix default token
- improved management of sessions
Change-Id: I9e7518f091da7ceeb1c66a90873a24f82de2dabf
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11873
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index 23dcb462d..cc078fa2f 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "913e41d02977ee045490fbdcc94979c122c6a981" +SRCREV = "b6a483aab99a4bf32d7c04b159de7fcb96a54416" PV = "master+git${SRCPV}" S = "${WORKDIR}/git" |