diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-01-13 17:57:39 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-14 16:35:52 +0000 |
commit | 1744b527b6ea0eb105f20cf7b722a7e02406126f (patch) | |
tree | bcd1ec22d04b51f60bc89fb6ef2e81758a66b056 | |
parent | 1d7769b7c0b379e68b46680a6dd3ebc4ab1e71a4 (diff) |
pyagl: update SRCREV
Update SRCREV in pyagl recipe to pick up:
50083ae Support specifying CAN interface for tests
Bug-AGL: SPEC-3756
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia2f55d19ee174ff6c9252d48e2b5a458d23b9030
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25909
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-agl-profile-core/recipes-test/pyagl/pyagl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb b/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb index 9f9138ad6..21ab3e5d8 100644 --- a/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb +++ b/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/pyagl;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "ec6ca6b2f8c9d575d0f8bb561900c4c0c77f2266" +SRCREV = "50083aeb265d767aa8a20fb6fc2c5954a02f8707" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |