From e9ec6a99e6c1549a17d1eb36175fe437f69ce327 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Wed, 13 Jan 2021 17:48:53 +0100 Subject: [PATCH] pyagl: update SRCREV MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Change-Id: Ib4ad93474fa07d9dbe6cba59bcd5d99eda7fd374 --- recipes-test/pyagl/pyagl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.16.6