diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-04 17:06:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-05 11:07:25 +0100 |
commit | 1285f78ce861a92dbb99f476b49499574259e615 (patch) | |
tree | 7158a1c6d29be4ef9a6bba68a5d4f098aa947f3c /meta/recipes-core | |
parent | 3a89e9a056a946c03083d3cb8e5870ed67b1b99c (diff) | |
download | poky-1285f78ce861a92dbb99f476b49499574259e615.tar.gz |
recipes: Default to https git protocol where possible
The recommendation from server maintainers is that the https protocol
is both faster and more reliable than the dedicated git protocol at this point.
Switch to it where possible.
(From OE-Core rev: 139102a73d4151f4748b4a861bd4ab28dda7dab7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dbus-wait/dbus-wait_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/glibc/glibc-version.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/musl/libc-test_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/psplash/psplash_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/update-rc.d/update-rc.d_0.8.bb | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-core/dbus-wait/dbus-wait_git.bb b/meta/recipes-core/dbus-wait/dbus-wait_git.bb index f2eb8b1874..bc846de216 100644 --- a/meta/recipes-core/dbus-wait/dbus-wait_git.bb +++ b/meta/recipes-core/dbus-wait/dbus-wait_git.bb | |||
@@ -11,7 +11,7 @@ SRCREV = "6cc6077a36fe2648a5f993fe7c16c9632f946517" | |||
11 | PV = "0.1+git${SRCPV}" | 11 | PV = "0.1+git${SRCPV}" |
12 | PR = "r2" | 12 | PR = "r2" |
13 | 13 | ||
14 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" | 14 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https" |
15 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index 1b8665a9d8..37bb9fd34f 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc | |||
@@ -3,6 +3,6 @@ PV = "2.37" | |||
3 | SRCREV_glibc ?= "d8e1a7590d375159fb5aac07ad8111ab4699e994" | 3 | SRCREV_glibc ?= "d8e1a7590d375159fb5aac07ad8111ab4699e994" |
4 | SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" | 4 | SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" |
5 | 5 | ||
6 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" | 6 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https" |
7 | 7 | ||
8 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)" | 8 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)" |
diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb index 8f54d22321..c68a57e1db 100644 --- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb +++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb | |||
@@ -27,7 +27,7 @@ inherit core-image setuptools3 features_check | |||
27 | REQUIRED_DISTRO_FEATURES += "xattr" | 27 | REQUIRED_DISTRO_FEATURES += "xattr" |
28 | 28 | ||
29 | SRCREV ?= "311c76c8e8cf39fa41456561148cebe2b8b3c057" | 29 | SRCREV ?= "311c76c8e8cf39fa41456561148cebe2b8b3c057" |
30 | SRC_URI = "git://git.yoctoproject.org/poky;branch=master \ | 30 | SRC_URI = "git://git.yoctoproject.org/poky;branch=master;protocol=https \ |
31 | file://Yocto_Build_Appliance.vmx \ | 31 | file://Yocto_Build_Appliance.vmx \ |
32 | file://Yocto_Build_Appliance.vmxf \ | 32 | file://Yocto_Build_Appliance.vmxf \ |
33 | file://README_VirtualBox_Guest_Additions.txt \ | 33 | file://README_VirtualBox_Guest_Additions.txt \ |
diff --git a/meta/recipes-core/musl/libc-test_git.bb b/meta/recipes-core/musl/libc-test_git.bb index b5bfc6e34c..6d64592f0c 100644 --- a/meta/recipes-core/musl/libc-test_git.bb +++ b/meta/recipes-core/musl/libc-test_git.bb | |||
@@ -11,7 +11,7 @@ inherit ptest | |||
11 | 11 | ||
12 | SRCREV = "18e28496adee3d84fefdda6efcb9c5b8996a2398" | 12 | SRCREV = "18e28496adee3d84fefdda6efcb9c5b8996a2398" |
13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
14 | git://repo.or.cz/libc-test;branch=master \ | 14 | git://repo.or.cz/libc-test;branch=master;protocol=https \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 036ac948b2..7c9a9cd671 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -12,7 +12,7 @@ PV = "${BASEVER}+git${SRCPV}" | |||
12 | 12 | ||
13 | # mirror is at git://github.com/kraj/musl.git | 13 | # mirror is at git://github.com/kraj/musl.git |
14 | 14 | ||
15 | SRC_URI = "git://git.musl-libc.org/musl;branch=master \ | 15 | SRC_URI = "git://git.musl-libc.org/musl;branch=master;protocol=https \ |
16 | file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ | 16 | file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ |
17 | file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \ | 17 | file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \ |
18 | " | 18 | " |
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 9532ed1534..aecbd2ce46 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "gdk-pixbuf-native" | |||
9 | SRCREV = "44afb7506d43cca15582b4c5b90ba5580344d75d" | 9 | SRCREV = "44afb7506d43cca15582b4c5b90ba5580344d75d" |
10 | PV = "0.1+git${SRCPV}" | 10 | PV = "0.1+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master \ | 12 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https \ |
13 | file://psplash-init \ | 13 | file://psplash-init \ |
14 | file://psplash-start.service \ | 14 | file://psplash-start.service \ |
15 | file://psplash-systemd.service \ | 15 | file://psplash-systemd.service \ |
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb index ee49198429..043cb3f13e 100644 --- a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb | |||
@@ -6,7 +6,7 @@ SECTION = "base" | |||
6 | LICENSE = "GPL-2.0-or-later" | 6 | LICENSE = "GPL-2.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=d40a07c27f535425934bb5001f2037d9" | 7 | LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=d40a07c27f535425934bb5001f2037d9" |
8 | 8 | ||
9 | SRC_URI = "git://git.yoctoproject.org/update-rc.d;branch=master" | 9 | SRC_URI = "git://git.yoctoproject.org/update-rc.d;branch=master;protocol=https" |
10 | SRCREV = "8636cf478d426b568c1be11dbd9346f67e03adac" | 10 | SRCREV = "8636cf478d426b568c1be11dbd9346f67e03adac" |
11 | 11 | ||
12 | UPSTREAM_CHECK_COMMITS = "1" | 12 | UPSTREAM_CHECK_COMMITS = "1" |