diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-07-30 09:53:36 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-08-01 08:24:40 +0000 |
commit | f987814958c0a8d69734dc6a75bfa1ded7af6af2 (patch) | |
tree | f0c6349b29dcdcd057e58e737e3a3f0e8942626d | |
parent | b999b3e4147d065b55c1a7ce53125f767c0a0c8f (diff) |
af-binder: Fix error in synchronous calls
There fixes a bug with an inversion between info
and error in implementation of synchronous calls,
leading to bad detection of errors.
Includes:
* 6bb714c afb-xreq: Remove field 'listener'
* d325856 afb-binding.h: Ensure json-c/json.h is sourced
* 056c53d AFB.js: Improve default token discovery
* daecef1 supervisor: Setup services for local API use
* 687d90d Fix detection of error in call synchronous
Bug-AGL: SPEC-2697
Change-Id: I20cf2d5219e7cc962862b604e642610b0f8a75b1
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 aa1d78aa5..6852be204 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 = "51ab7c2f95d6d459302423a57cc617021ef6126d" +SRCREV = "687d90d5f5a7ec8cd6c2b2d5f8a9c6c180c610c0" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |