From dded9f847e786f3a3218efae42ec2bdf958d272a Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 26 Oct 2016 10:51:57 +0200 Subject: FWK: fixup and improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 +- 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" -- cgit 1.2.3-korg