summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-08-10 18:44:15 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-08-10 18:44:15 +0200
commit2b33f745fcdfbf147360294f394a42660549bfd2 (patch)
tree599b67effc4cb94826fb79b4067b1aacaab962a0
parent42d4c5b7be2d4a140d27f626de1913425e7abcf1 (diff)
app-framework: fix minor bugs
- fix event propagation to services - fix memory leaks Change-Id: I73432fd9f4a144d2790a7a67d471045048b5e537 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb2
-rw-r--r--meta-app-framework/recipes-core/af-main/af-main_1.0.inc2
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 5fe3015..3b70fec 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 = "404f24c13cb45bd3e9ca837bc033fd6840cbf669"
+SRCREV = "b0d9ff9157f188a32d46c7a583b5b2e35ca26343"
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 720b2bb..e89f616 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 = "526aaf57e6766bf5d0a2919ead36ae94546c0f13"
+SRCREV = "373b10369b60cf2bfa54388197c05a09ef32de41"
S = "${WORKDIR}/git"