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:41:54 +0100 |
commit | ff869c6f4f3434864671d00fdd749b1bef42dae2 (patch) | |
tree | c05e47f5af6e60275ef488ccfe8475d77c6cc1dd /meta-app-framework/recipes-core/af-main | |
parent | d4445695641945e3fb2179a43da0da2c4ee19d4a (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: I1278375591716d18ce1346acc0f63fb073e4556a
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/af-main')
-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 a8f4e930f..a20132e3a 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 = "653562e1449c935f087d2d8265081eeac1cd73b4" +SRCREV = "b65d4e0061d77718ee6c04c6cd1d41f6940b5a03" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |