diff options
author | José Bollo <jose.bollo@iot.bzh> | 2020-02-11 14:28:28 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2020-02-14 09:03:04 +0000 |
commit | 006b93ba7cb4c102150ec01997d94bcce33960dd (patch) | |
tree | d713348ba31f796db7e4c3b8fca87cc442f04c12 /meta-app-framework/recipes-core/af-main | |
parent | 3d01f2bd2990de8f6a934daf88eb61bf71e8e718 (diff) |
af-main: Fix setting of /run/user
Includes:
* ab26673 system setup: Fix settings on /run/user
Bug-AGL: SPEC-3175
Change-Id: I41f7d3665ec161b7ae6bdbc19ad4ac3616b375c1
Signed-off-by: José 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 c75219cae..b1cf7eb48 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 = "7d50de9020901a843095568462a23b4a1ae5f6c3" +SRCREV = "ab26673e4cef62736c15d5d7da02597d8382c65b" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |