diff options
author | José Bollo <jose.bollo@iot.bzh> | 2020-02-28 11:11:05 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-03-19 00:26:49 +0000 |
commit | 44eb76cfdc726cbcfceef704ccce1a88c875fa81 (patch) | |
tree | 2ca2e7943470b3f53f75737654471bea7780b6e7 /meta-app-framework/recipes-core | |
parent | 2183bcb597c78ed0ed7b21aef0c5d19e858535ab (diff) |
af-main: remove widget versions and fixes for zeus
This removes the distinction between versions of widgets.
This change can fix issue in starting of applications
due to systemd changes (SPEC-3178)
Includes changes:
* dee2725 Update .gitreview file
* 7f53b81 Merge "system setup: Fix settings on /run/user"
* a855d14 Remove distinction of widget's version
* 4f88827 Fix homescreen start on yocto/Zeus
Bug-AGL: SPEC-3178
Bug-AGL: SPEC-2538
Change-Id: Ibce8316dd9513ad2f5d6d4f1fbea3119d78d0417
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 b1cf7eb48..90057741c 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 = "ab26673e4cef62736c15d5d7da02597d8382c65b" +SRCREV = "4f888279f132faf35caf92d4828f134f6daeb9a1" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |