summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-12 20:35:39 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-17 09:08:37 +0100
commit665e1cad145ffb505d7ee67c1a4f10df336b47fe (patch)
tree5eacbc44cdd0c6569f895b805a29cb70065ecbbd /meta-networking
parent0d98d3fff51bceb4ff88866322cf682aca07202a (diff)
downloadmeta-openembedded-665e1cad145ffb505d7ee67c1a4f10df336b47fe.tar.gz
spice: correct SRC_URI
The previous repository was moved to freedesktop's gitlab instance Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb4
1 files 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"
21SRCREV_FORMAT = "spice_spice-common" 21SRCREV_FORMAT = "spice_spice-common"
22 22
23SRC_URI = " \ 23SRC_URI = " \
24 git://anongit.freedesktop.org/spice/spice;name=spice;branch=master \ 24 git://gitlab.freedesktop.org/spice/spice;name=spice;branch=master;protocol=https \
25 git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common;branch=master \ 25 git://gitlab.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common;branch=master;protocol=https \
26 file://0001-Convert-pthread_t-to-be-numeric.patch \ 26 file://0001-Convert-pthread_t-to-be-numeric.patch \
27 file://0001-Fix-compile-errors-on-Linux-32bit-system.patch \ 27 file://0001-Fix-compile-errors-on-Linux-32bit-system.patch \
28 file://0001-configure.ac-explicitly-link-to-jpeg-lib.patch \ 28 file://0001-configure.ac-explicitly-link-to-jpeg-lib.patch \