]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
xf86-video-intel: Use the HTTPS protocol to fetch the Git repositories
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 23 May 2023 01:21:31 +0000 (03:21 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 May 2023 09:29:05 +0000 (10:29 +0100)
This matches the change in commit 139102a73d (recipes: Default to https
git protocol where possible), which did this for most recipes.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb

index 74ec57aa666fb449b7743c23c70af8ee8f4d8dfe..21b499e66661309a9595e6d147f95700a91a07fa 100644 (file)
@@ -13,8 +13,7 @@ SRCREV = "31486f40f8e8f8923ca0799aea84b58799754564"
 PV = "2.99.917+git${SRCPV}"
 S = "${WORKDIR}/git"
 
-SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-intel;branch=master \
-"
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protocol=https;branch=master"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"