From: José Bollo Date: Thu, 10 Aug 2017 11:08:16 +0000 (+0200) Subject: af-binder: bug fix and feature improvements X-Git-Tag: 4.99.1~46 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F10609%2F3;p=AGL%2Fmeta-agl.git af-binder: bug fix and feature improvements 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: - added trace facility of monitor builtin API - 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/10609 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Romain Forlot Reviewed-by: Jan-Simon Moeller --- 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 c0e15820e..05e0a7a1c 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 = "c9ec9b1a76ce90048974476b1a5aa1be89b58536" +SRCREV = "8406a51db98b563a4562f26de8338efc0478aff2" PV = "master+git${SRCPV}" S = "${WORKDIR}/git"