diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-07-30 09:53:36 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-07-30 14:59:34 +0000 |
commit | fcbe3bbbdc0d21d5c0cab656dc5ed86c70d81878 (patch) | |
tree | 0d589a85ad93baed24de81c1ad811c6eb3e7816c /meta-app-framework | |
parent | e0e9829f76f9ac2b639435991c90494e36f0f6be (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:
* 91de250 Fix detection of error in call synchronous
Bug-AGL: SPEC-2697
Change-Id: I42f2e9872f363526a2378e07afa21664863fec3a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework')
-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..6712eb698 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 = "91de2500d8a3e96a5d6d486a31f51270eb8cdc61" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |