virglrenderer: use https for fetching from gitlab

git:// does not respond.

(From OE-Core rev: ffddeb8e0cbbb13fa06e4273ac0522f1b21600e7)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2022-09-27 14:09:22 +02:00
committed by Richard Purdie
parent afefe7de28
commit 7e6d480fab

View File

@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c81c08eeefd9418fca8f88309a76db10"
DEPENDS = "libdrm libepoxy virtual/egl virtual/libgbm"
SRCREV = "0922041ec6730122e0fec11404e6859e2efc4bc0"
SRC_URI = "git://gitlab.freedesktop.org/virgl/virglrenderer.git;branch=master \
SRC_URI = "git://gitlab.freedesktop.org/virgl/virglrenderer.git;branch=master;protocol=https \
file://0001-meson.build-use-python3-directly-for-python.patch \
"