aboutsummaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-11-29 18:26:44 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-01 19:30:16 +0000
commit4fd1d739dea480a0f70d2db07ace852464284c96 (patch)
tree345c4216b72eef28932d7271bb75bdcb4b52e180 /meta-app-framework/recipes-core
parent526a9bddacc9b555663b71c81615594a5c79ecc0 (diff)
af-binder: Fix hangup on long messages
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 <jose.bollo@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12193 Reviewed-by: José Bollo <jobol@nonadev.net> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r--meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc3
1 files changed, 1 insertions, 2 deletions
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"
-