From 665e1cad145ffb505d7ee67c1a4f10df336b47fe Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 12 Nov 2025 20:35:39 +0100 Subject: [PATCH] spice: correct SRC_URI The previous repository was moved to freedesktop's gitlab instance Signed-off-by: Gyorgy Sarvari --- meta-networking/recipes-support/spice/spice_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index 1887a5582f..290ff3f31b 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb @@ -21,8 +21,8 @@ SRCREV_spice-common = "4fc4c2db36c7f07b906e9a326a9d3dc0ae6a2671" SRCREV_FORMAT = "spice_spice-common" SRC_URI = " \ - git://anongit.freedesktop.org/spice/spice;name=spice;branch=master \ - git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common;branch=master \ + git://gitlab.freedesktop.org/spice/spice;name=spice;branch=master;protocol=https \ + git://gitlab.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common;branch=master;protocol=https \ file://0001-Convert-pthread_t-to-be-numeric.patch \ file://0001-Fix-compile-errors-on-Linux-32bit-system.patch \ file://0001-configure.ac-explicitly-link-to-jpeg-lib.patch \