diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-07-26 16:12:12 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-07-27 09:20:32 +0000 |
commit | da29e677fc06d684bb571e402f5023473aab081e (patch) | |
tree | a68488e179d05bfcc8895f4993de452caadb7206 /meta-app-framework/recipes-devtools | |
parent | aaec5acdb4a8ae12caa2bb7ac42b44961d2e32d3 (diff) |
libafb-helpers: update SRCREV
Update SRCREV to pick up:
16b77f6 gcc 11.x fixes
6fb187b Update .gitreview file
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia148a09bc01c4a7188bc29fa339075d5ec1ee963
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26540
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-devtools')
-rw-r--r-- | meta-app-framework/recipes-devtools/libafb-helpers/libafb-helpers_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-devtools/libafb-helpers/libafb-helpers_git.inc b/meta-app-framework/recipes-devtools/libafb-helpers/libafb-helpers_git.inc index 6753225b4..739fee4a1 100644 --- a/meta-app-framework/recipes-devtools/libafb-helpers/libafb-helpers_git.inc +++ b/meta-app-framework/recipes-devtools/libafb-helpers/libafb-helpers_git.inc @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libafb-helpers;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "1d1c6cef6039effd4c045a76d30414b589336d0e" +SRCREV = "16b77f6cea24332fffb75b6dcccb76f59565ed44" PV = "${AGLVERSION}" S = "${WORKDIR}/git" |