summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/spice
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-11-07 10:42:23 -0800
committerArmin Kuster <akuster808@gmail.com>2021-11-13 07:45:48 -0800
commit7fbb2767186a4db729efe4f440cc9a992f2ab183 (patch)
treec3c62448ea3ead8b8e673dbb4d2e4919166709c8 /meta-networking/recipes-support/spice
parent10dabf3896591f33c02f420204cb79fefecd2f19 (diff)
downloadmeta-openembedded-7fbb2767186a4db729efe4f440cc9a992f2ab183.tar.gz
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice')
-rw-r--r--meta-networking/recipes-support/spice/spice-protocol_git.bb2
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb4
-rw-r--r--meta-networking/recipes-support/spice/usbredir_0.9.0.bb2
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/spice/spice-protocol_git.bb b/meta-networking/recipes-support/spice/spice-protocol_git.bb
index 1d56bea17c..ca683bf220 100644
--- a/meta-networking/recipes-support/spice/spice-protocol_git.bb
+++ b/meta-networking/recipes-support/spice/spice-protocol_git.bb
@@ -18,7 +18,7 @@ PV = "0.14.1+git${SRCPV}"
18SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5" 18SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5"
19 19
20SRC_URI = " \ 20SRC_URI = " \
21 git://anongit.freedesktop.org/spice/spice-protocol \ 21 git://anongit.freedesktop.org/spice/spice-protocol;branch=master \
22" 22"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb
index 52dad71242..de53aedd2d 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 \ 24 git://anongit.freedesktop.org/spice/spice;name=spice;branch=master \
25 git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common \ 25 git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common;branch=master \
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 \
diff --git a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb b/meta-networking/recipes-support/spice/usbredir_0.9.0.bb
index 079f52f99b..5245f95f5c 100644
--- a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb
+++ b/meta-networking/recipes-support/spice/usbredir_0.9.0.bb
@@ -10,7 +10,7 @@ DEPENDS = "libusb1"
10SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e" 10SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e"
11 11
12SRC_URI = " \ 12SRC_URI = " \
13 git://anongit.freedesktop.org/spice/usbredir \ 13 git://anongit.freedesktop.org/spice/usbredir;branch=master \
14" 14"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"