diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-12-20 15:45:34 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-03-27 15:33:39 +0200 |
commit | 065566a2dcfa683591e189fd06c9aa997a40ed81 (patch) | |
tree | 3e0a9eba8a73a0f9796e648ccd0d669906f81837 /meta-app-framework | |
parent | 583ab502cb7006e4083203df65ce4d388feeabdc (diff) |
Authorize the requested permissions
Normally, the permissions of installed applications
are subject to authorization and filtering.
This patch removes that control and allows to
set the requested permissions.
It will allow to write correct config.xml
and start using permissions and cynara.
Related to SPEC-367.
Change-Id: I92b366eaeaf0d452062752296848c04833bc87b1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-app-framework')
-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 6b58cf7ad..0d07fc2da 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 = "fd61febe4d3275e02d15440d6632327aa69ce636" +SRCREV = "c6b2074e18ce7a37a59bc1c3831407b42b18c889" S = "${WORKDIR}/git" |