diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-10-26 10:51:57 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-10-26 10:51:57 +0200 |
commit | dded9f847e786f3a3218efae42ec2bdf958d272a (patch) | |
tree | 0250e7cabfc100486d0615e7286e295200e3ea0a /meta-app-framework/recipes-core/af-main | |
parent | 3603f1632a5b32d0c42e00fbfdeab8269517c098 (diff) |
FWK: fixup and improvements
For the binder: handling SIGPIPE, roothttp option, handling EAGAIN
For the main: use of roothttp, installation improved
Change-Id: I4b3f894c37fb8256f736dbe3437e5bd3823745dd
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/af-main')
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc index e89f616..aff685f 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc @@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "373b10369b60cf2bfa54388197c05a09ef32de41" +SRCREV = "970a20a55d3a7dba32360ce596e61a2b32c9f4ee" S = "${WORKDIR}/git" |