diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2019-01-28 17:24:18 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-02-05 17:45:20 +0000 |
commit | 819dee4ee7b08bfdaef0e0a71594041074b390e1 (patch) | |
tree | ac6b2845d7a6f9c69ad63676b7bad621fe5fc666 /meta-app-framework/recipes-core | |
parent | 919826f57c44ef2c28f598d9fc63ff122539e79a (diff) |
af-binder: Fix multithreading
Ensure activation of multithreaded handling
of requests.
Includes:
* bb5dd7a afb-proto-ws: Serialize incoming message
* e9c6530 jobs: Refactor event loop handling
* 48df1b4 jobs: Separate internal threads from others
* 2ff91c0 jobs: Remove conditionnal REMOVE_SYSTEMD_EVENT
* 0c68d46 afb-hsrv: Avoid call to getnameinfo
* 194031d hello3: Fix warning unused variable
Bug-AGL: SPEC-2133
Bug-AGL: SPEC-2089
Change-Id: I7a9f8ede2309b0eb58c0b83abd03023f5a01eb30
Signed-off-by: Jose 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 0d16f5854..3e6f4f487 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 = "1bce83316a1896cf5522d06b1fd6960d74511446" +SRCREV = "77bf8a30c07a4ab5690337ed362dae4414e590fb" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |