diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2019-12-16 09:41:54 +0100 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2019-12-16 09:46:30 +0100 |
commit | 5da1719bcbc51724a8998c7e0a260e53adbb1b91 (patch) | |
tree | 0acb9620c4651a8078c9b545ebc61d9edff1fd98 | |
parent | db5473a95c1d0938cf766c9111881e8771b06c4b (diff) |
af-main: Ensure home and workdir to platform's app
The widget requesting the permission to run at
platform scope: urn:AGL:permission::partner:scope-platform
should be able to record data and state.
This change provides a default place to achieve it.
Bug-AGL: SPEC-2998
Change-Id: Idf5fb071c3a72820715e96417b7a0d7e6a291446
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main_git.inc b/meta-app-framework/recipes-core/af-main/af-main_git.inc index 64b1beb56..9c41e1177 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_git.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_git.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "a6fb7793f766a258350f23a9180228ce31320fc3" +SRCREV = "1289070816089908e9974b0b2495fab093d325ed" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |