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-11 15:17:35 +0100 |
commit | 275823c7af65b0e868b1379862eefc7c3c5f3bb3 (patch) | |
tree | 89873cebb6a3092cc2811d9576384154e264b4bd /meta-app-framework/recipes-core | |
parent | 91d4aed41afa7904371291032a74d929a5e7f872 (diff) |
af-main: Fix setting of /run/user
Includes:
* 7333690 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')
-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 58fb7fc76..cd10c3baf 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 = "b251a659e6de2585f9e29166be93060b640b8410" +SRCREV = "733369053bfa6b53479db613781bb68aa89b00e2" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |