From c17fe4a23a255382bafee39f81669cbbb66cbe00 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 12 Nov 2025 20:35:35 +0100 Subject: [PATCH] libvdpau: fix SRC_URI The old repository was moved to a new freedesktop gitlab instance. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj (cherry picked from commit 0e79b3a9079a36b5c32de17b5b9a794ac2247e2c) Removed "tag" tag from SRC_URI for Kirkstone Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb b/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb index db3c045588..3ee56b0a23 100644 --- a/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb +++ b/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=83af8811a28727a13f04132cc33b7f58" DEPENDS = "virtual/libx11 libxext xorgproto" SRCREV = "79f1506a3307d3275b0fdfb2e110c173f68e6f78" -SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau;branch=master" +SRC_URI = "git://gitlab.freedesktop.org/vdpau/libvdpau.git;branch=master;protocol=https" S = "${WORKDIR}/git"