diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-03-14 14:18:11 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-03-14 14:18:11 +0100 |
commit | 2578ffd4c672d8d351bab7debd97277db6ec7851 (patch) | |
tree | 93af8831bb19bb87eaa48036e929d0a98e52cd91 /meta-app-framework/recipes-core | |
parent | b2c3cf14269b43f5d9b5418bf6e6236eeed8b804 (diff) |
af-binder: Bump to cherry picked fixes
This includes:
* Fix build dep on OBS
* afb-stub-ws: Allow unordered process of messages
Bug-AGL: SPEC-2219
Bug-AGL: SPEC-2251
Change-Id: I1b5ce5263731de2f232945b0840e8b86edec2740
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core')
-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 05510eda7..6d343b7fa 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 = "0e5cddffc8222d504ef1fcc9a75581688fc48928" +SRCREV = "3922f07ae1eda1de5d84832c25197296d1c10311" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |