diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-04-14 18:09:58 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-04-14 18:09:58 -0400 |
commit | 15e5fa0593133a70dc18bb283cb43dfaea27ba3e (patch) | |
tree | 4c0d520ce501e4b941611aca20b8873334a492c6 | |
parent | 3de4603df67a8cb545134404c91df437eacc6b47 (diff) |
meta-app-framework: update af-main SRCREV
Update app-framework-main SRCREV in af-main recipe to pick up:
6c44e65 Merge "Update weston dependency in afm-system-setup.service"
f86501b Update weston dependency in afm-system-setup.service
Bug-AGL: SPEC-3309
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I62317a543ceba7bced2f40e512bfdaca01202b5f
-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 99efc32df..6366d20bb 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 = "956e7c57d15bde67d7392aab01a9c0fc6906bbd4" +SRCREV = "6c44e65b33af3d07f1d4edcb23828adf53ec9954" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |