From 4fd1d739dea480a0f70d2db07ace852464284c96 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 29 Nov 2017 18:26:44 +0100 Subject: af-binder: Fix hangup on long messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: - Handle correctly the sending of very long messages. Improvements: - Better handling of sd_event loop - Allows settings of afb-daemon options by environment: AFB_TRACEREQ, AFB_TRACEDITF, AFB_TRACESVC, AFB_TRACEEVT, AFB_LDPATHS Bug-AGL: SPEC-1091 Change-Id: I1bf8d52bf3ab8f1c73a524c0030b388570d08da8 Signed-off-by: José Bollo Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12193 Reviewed-by: José Bollo 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.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-app-framework') diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc index fca9284fc..3d0b1cd1e 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc @@ -9,10 +9,9 @@ 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 = "45c8372c2b4137691a38c2a04f4a5759a110f2f7" +SRCREV = "5ed38596a529c1a63d6a3fab72861d14fbf1401c" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" CFLAGS_append_agl-devel = " -DAGL_DEVEL" - -- cgit 1.2.3-korg