diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-03-08 09:41:37 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-03-15 19:30:30 +0000 |
commit | 3f07af6df74988331541219b34c0f3cf2f0b2276 (patch) | |
tree | 3b7e020ffa6e23103fdef5a89a74989e69ef5ba8 /meta-app-framework/recipes-core | |
parent | 3cff08c36501012aafa79680a5c5c67c3a1d3a26 (diff) |
af-binder: Fix lock issue
This includes:
* ff2b8be Upgrade dependency to libmicrohttpd version 0.9.60
* c829f91 Fix build dep on OBS
* 5425e05 afb-stub-ws: Allow unordered process of messages
Bug-AGL: SPEC-2219
Change-Id: I037a158a32d8673ba8df00658d30e745516944a9
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 a10921803..de1cdc493 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 = "f47f9d84730e2bfe7b1dc465d14b09db34dc3076" +SRCREV = "5425e054fbf87fe6d024103f46e53f2a28e074f2" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |