summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-08 16:08:30 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-08 09:08:02 -0800
commit0e79b3a9079a36b5c32de17b5b9a794ac2247e2c (patch)
tree70f3cbd97e51439a08a62b96a4903497c45947ed
parentcd7850f2aae25a8534e7a419a92e70dfa417f958 (diff)
downloadmeta-openembedded-0e79b3a9079a36b5c32de17b5b9a794ac2247e2c.tar.gz
libvdpau: fix SRC_URI
The old repository was moved to a new freedesktop gitlab instance. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb b/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb
index 3ba561a54e..6449b90e8e 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"
6DEPENDS = "virtual/libx11 libxext xorgproto" 6DEPENDS = "virtual/libx11 libxext xorgproto"
7 7
8SRCREV = "79f1506a3307d3275b0fdfb2e110c173f68e6f78" 8SRCREV = "79f1506a3307d3275b0fdfb2e110c173f68e6f78"
9SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau;branch=master" 9SRC_URI = "git://gitlab.freedesktop.org/vdpau/libvdpau.git;branch=master;protocol=https;tag=${PV}"
10 10
11 11
12inherit features_check meson pkgconfig 12inherit features_check meson pkgconfig