diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-05-29 10:48:32 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-05-29 20:47:55 +0000 |
commit | a498437d14a499d1132a05b3aa19814f13b9300a (patch) | |
tree | 55e7e274c6f748c37f732f34ce17e6f74d815dbd | |
parent | f3c1daa3e4cda434588d36826df70210e653ed34 (diff) |
meta-app-framework: update af-main SRCREV
Update app-framework-main SRCREV in af-main recipe to pick up:
7084f12 Fix uninstall of widgets without icons
61fddd3 Improve use of systemd's states
Bug-AGL: SPEC-3323, SPEC-3401
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I0f7f558538c3e1a8e0bf3f605736abe13e38ac79
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24585
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-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 8cece8774..2542b10bf 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 = "4818e6c17dd8b9de2c998611297796a94d1e5f78" +SRCREV = "7084f123b4f8a704ae2bc35b5fe9433f767439fe" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |