diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-07-30 09:53:36 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-07-30 09:58:39 +0200 |
commit | e1bb8af454681712d9a7dd18630d46567ab32187 (patch) | |
tree | 9a8bfc3b85be4ca6894375bf0bfd1f70c7f6bdad | |
parent | 1040e324b6b77c20f45493f2d6cfe6a163f9dbf7 (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:
* 0aeb8de Fix detection of error in call synchronous
Bug-AGL: SPEC-2697
Change-Id: I42f2e9872f363526a2378e07afa21664863fec3a
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 9982e94ea..85a6c3bc4 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 = "ad66a4685f5d50ef05338157c84a572088693ed3" +SRCREV = "0abe8de32bef957b2f72eee7c7eb30c3a9a9efeb" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |