summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-12-14 11:26:23 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2017-03-27 15:33:39 +0200
commitf947f34b2acab8fb55007c5bf5ddc677338e7c12 (patch)
tree1c13aaa5f0a33e273b4fb23be4f0c900e192fe92 /meta-app-framework/recipes-core
parent83ff9b76129dd6d4c406c77f0a1315516c4a0593 (diff)
af-main: fix exec flag and case sensitive ids
The execute flags is now set for widgets of type application/vnd.agl.native. The ids of the applications are now enforced to lowercase for their storing and their smack label. Conversely, the id is no more case sensitive for launching or uninstalling widgets. Change-Id: I8857b10860acf464cc56939b4acc026319d65736 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')
-rw-r--r--meta-app-framework/recipes-core/af-main/af-main/add-qt-wayland-shell-integration.patch13
-rw-r--r--meta-app-framework/recipes-core/af-main/af-main_1.0.inc2
2 files changed, 1 insertions, 14 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main/add-qt-wayland-shell-integration.patch b/meta-app-framework/recipes-core/af-main/af-main/add-qt-wayland-shell-integration.patch
index f8940f24a..8e21678be 100644
--- a/meta-app-framework/recipes-core/af-main/af-main/add-qt-wayland-shell-integration.patch
+++ b/meta-app-framework/recipes-core/af-main/af-main/add-qt-wayland-shell-integration.patch
@@ -9,16 +9,3 @@ index 6b5c1d8..e0f6799 100644
+Environment=QT_WAYLAND_SHELL_INTEGRATION=ivi-shell
Restart=on-failure
RestartSec=5
-
-diff --git a/docs/quick-tutorial.md b/docs/quick-tutorial.md
-index 081dfe5..f55d4d0 100644
---- a/docs/quick-tutorial.md
-+++ b/docs/quick-tutorial.md
-@@ -29,6 +29,7 @@ Using the CLI tool
-
- ### Setup Environment
- Connect your AGL target board to the network and copy some sample widgets on it through SSH (set BOARDIP with your board IP address) :
-+
- ```
- $ cd afm-widget-examples
- $ BOARDIP=1.2.3.4
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 b98c52e2e..797f60784 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 = "f8ac4a3d0132968d06855177da630e8e788baee6"
+SRCREV = "dfd49d8fe0bcbc4d794b5a8d56447dd7129aa853"
S = "${WORKDIR}/git"