From 111007af41bd44d3b634563373fa7b04dc6aa2ae Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 20 Sep 2016 14:40:51 +0200 Subject: app-framework: Improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Within app-framework-binder: - fixes read and write lock (EAGAIN) - fixes SIGPIPE handling - improves the documentation Within app-framework-main: - improves documentation (for config.xml) - fixes setting of permissions Signed-off-by: José Bollo Change-Id: If860d00204f82ee85ed1fd4ca9ac9820b844085f --- 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 5c47e3a..c50d49a 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 = "dc011f99aed9407c8319b1b70a81f56ad2f02bc8" +SRCREV = "dcdb2427f80a325fad889586c8696a2b684d6a61" 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 141ae46..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 = "628dc10767d95436538391534dc3c95f45fe9a3a" +SRCREV = "970a20a55d3a7dba32360ce596e61a2b32c9f4ee" S = "${WORKDIR}/git" -- cgit 1.2.3-korg