diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-01-12 12:07:42 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-01-12 12:07:42 -0500 |
commit | 4d9e90da2cd8d2b579aa75d2845afce19c3f4da0 (patch) | |
tree | 628a028c8313e2f1779c76e8f7b1d72346556ac8 /recipes-test | |
parent | 602966ea9205b5bc2c29946952afb54b7fdbcf47 (diff) |
pyagl: update SRCREV
Update SRCREV in pyagl recipe to pick up:
003ccc0 Mark CAN J1939 tests as xfail for now
Bug-AGL: SPEC-3765
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I71903b781ebe43e3c2a55c87b745de33d817d4e6
Diffstat (limited to 'recipes-test')
-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 821a1de7a..04a200f2a 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 = "dcc2f91e5ab3b70202e78ec7164a8e9d7501d70c" +SRCREV = "003ccc0db802f97349451b3f291188d8518e5232" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |