diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-11-07 10:42:23 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-11-13 07:45:48 -0800 |
commit | 7fbb2767186a4db729efe4f440cc9a992f2ab183 (patch) | |
tree | c3c62448ea3ead8b8e673dbb4d2e4919166709c8 /meta-networking/recipes-support/spice | |
parent | 10dabf3896591f33c02f420204cb79fefecd2f19 (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 4 | ||||
-rw-r--r-- | meta-networking/recipes-support/spice/usbredir_0.9.0.bb | 2 |
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}" | |||
18 | SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5" | 18 | SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5" |
19 | 19 | ||
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | git://anongit.freedesktop.org/spice/spice-protocol \ | 21 | git://anongit.freedesktop.org/spice/spice-protocol;branch=master \ |
22 | " | 22 | " |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${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" | |||
21 | SRCREV_FORMAT = "spice_spice-common" | 21 | SRCREV_FORMAT = "spice_spice-common" |
22 | 22 | ||
23 | SRC_URI = " \ | 23 | SRC_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" | |||
10 | SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e" | 10 | SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e" |
11 | 11 | ||
12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
13 | git://anongit.freedesktop.org/spice/usbredir \ | 13 | git://anongit.freedesktop.org/spice/usbredir;branch=master \ |
14 | " | 14 | " |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |