diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-01-13 17:48:53 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-01-13 20:29:04 +0000 |
commit | e9ec6a99e6c1549a17d1eb36175fe437f69ce327 (patch) | |
tree | c11fb7dcc28858334a98aa3be0b04464cb1b5201 /recipes-test/pyagl/pyagl_git.bb | |
parent | b22e50de1d9cb4e98f7e2b36300a14f5de278bb9 (diff) |
pyagl: update SRCREV
Update SRCREV in pyagl recipe to pick up:
5a7414c Support specifying CAN interface for tests
Bug-AGL: SPEC-3756
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Ib4ad93474fa07d9dbe6cba59bcd5d99eda7fd374
Diffstat (limited to 'recipes-test/pyagl/pyagl_git.bb')
-rw-r--r-- | recipes-test/pyagl/pyagl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-test/pyagl/pyagl_git.bb b/recipes-test/pyagl/pyagl_git.bb index 04a200f2a..07b91c678 100644 --- a/recipes-test/pyagl/pyagl_git.bb +++ b/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 = "003ccc0db802f97349451b3f291188d8518e5232" +SRCREV = "5a7414cbc1b371f4b83f94eaaf7501765b6bec26" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |