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 | |
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>
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 | ||||
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 |
2 files changed, 2 insertions, 2 deletions
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 3b70fec..a51d712 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 @@ -16,7 +16,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "b0d9ff9157f188a32d46c7a583b5b2e35ca26343" +SRCREV = "1d5157a6c68a790f7a50811f4a3b48b29ee82f58" S = "${WORKDIR}/git" inherit cmake pkgconfig 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" |