diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-11-16 13:27:36 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-03-27 15:33:39 +0200 |
commit | a3dcf69ade673afb0b340f0864b443192d58b7f8 (patch) | |
tree | a2955b5fd9ef520d3c9b86ac723062f00f8bad35 /meta-app-framework/recipes-core/af-main | |
parent | b4ab95010b9d8deedbd3b2b369a214a9fe4065b7 (diff) |
appfwk: improvements
This commit adds the following improvements to the
application framework:
- "once" method to launch applications at most one time
- minor warning fixes when compiling
- allowing % substitution in environment variables
- export of the variable AFM_APP_INSTALL_DIR
- set the execute flag on installed binaries
Change-Id: I729d3b882089473c627e166c35bd0d96e70c9c53
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@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 32f595e50..b98c52e2e 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 = "cdcf4b4caa5d02a626c2e7075126e395a72f58a0" +SRCREV = "f8ac4a3d0132968d06855177da630e8e788baee6" S = "${WORKDIR}/git" |