diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-07-26 16:09:37 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-07-27 09:20:32 +0000 |
commit | aaec5acdb4a8ae12caa2bb7ac42b44961d2e32d3 (patch) | |
tree | 85417b1f58c2d5e6399e253fd47fdfb2a8709423 /meta-app-framework | |
parent | d8eec81718e88a825e1ce0863be7bf908f84ebb6 (diff) |
af-binder: update SRCREV
Update SRCREV to pick up:
c5c15f8 gcc 11.x fixes
9a8aea1 CMake: Link with -latomic
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I41a1aa7c38eceb1ca10904a060d52deba6dac6ff
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26539
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')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc index fbaa47bc7..d887461fd 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc +++ b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "1b6249810b3ab2d0c7467355fa22fbf19ae4a725" +SRCREV = "c5c15f86d2eaaa5ac72f0ac00634a978326daae9" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |