From d054bd313b05ed9e4d34b573c426a9e83f7901a9 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 10 Aug 2017 13:08:16 +0200 Subject: af-binder: bug fix and feature improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes: - webkit connection on websockets (SPEC-821) - over allocation of sessions - send error reply for unreplied requests - unprefix event name - infinite loop when events overrun counter - better handling of NULL improvements: - dump of stack on SIGABRT - facility afb_req_subcall_req - reduced verbosity - debugging enhanced: allow break after wait and call to 'personality' - documentation Bug-AGL: SPEC-821 Change-Id: I90f16aca97613616e7f2fb4bb85c052ae16c0cde Signed-off-by: José Bollo Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10605 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-app-framework') diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index 3ca6fb3e5..05a7c7623 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "b2a1f5f40ec0663d57a18f97e04d1ce4901af468" +SRCREV = "2e4df370fed59a25d0bc157ccfb4642fb26d223f" PV = "dab+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg