diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-12-01 19:56:34 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-04 05:42:00 +0000 |
commit | df38f45c44f6cc77b11093793fe437e331676c39 (patch) | |
tree | e33264be25048e77ad436d1c020f8deaf3ab8d95 /meta-app-framework | |
parent | 93f724675d9c47d48ea56d82843e162a12ac41b4 (diff) |
meta-app-framework: update app-framework-main SRCREV
Pick up changes:
3ea6f4a Merge "Add network and bluetooth permissions to service template"
0a24bbd Add network and bluetooth permissions to service template
ad47803 deal with extra quotes
Bug-AGL: SPEC-2714, SPEC-3509
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ie1c9bcb958aa5bda810a68c4e579e81321d55dda
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25706
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-app-framework')
-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 7eb94b23c..5ac76a796 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 = "af8db35cc01c57b7d1d2e4fa7815df8c16f8454f" +SRCREV = "3ea6f4a404d2486ef1c5da55f1cd0d98c594f157" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |