]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
virglrenderer: use https for fetching from gitlab
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 27 Sep 2022 12:09:22 +0000 (14:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2022 06:59:35 +0000 (07:59 +0100)
git:// does not respond.

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>
meta/recipes-graphics/virglrenderer/virglrenderer_0.10.3.bb

index 567c62b5709210093cd78d76c21b45005a22d71e..3480eb954d5b78dbbb22339b5153d1e8dc35c3f4 100644 (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 \
            "