diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-02 11:38:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-15 11:56:17 +0000 |
commit | 543567bb8ade638407a5e831e6b0584f292721bb (patch) | |
tree | 7d7aaa9e7c5388c81c3e89d6deb586c489812b09 /meta/recipes-core | |
parent | 9c87e0204bde784cf9f03a5cff6432569edcb276 (diff) | |
download | poky-543567bb8ade638407a5e831e6b0584f292721bb.tar.gz |
recipes: Update github.com urls to use https
Github has announced there will be no more git:// fetching from their servers:
https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
and they're about to start having brownout periods to encourage people
to update. This runs the conversion script over OE-Core to update our
urls to use https instead of git.
(From OE-Core rev: 8b83eddda83327d25247bb9b61a049b0a8698a45)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b37b61e9a1e448a34957db9ae39285d21352552e)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/fts/fts_1.2.7.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/glibc/cross-localedef-native_2.34.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/musl/libucontext_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/musl/musl-obstack.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/musl/musl-utils.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd.inc | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-core/fts/fts_1.2.7.bb b/meta/recipes-core/fts/fts_1.2.7.bb index f907a35a90..d3b0f31eda 100644 --- a/meta/recipes-core/fts/fts_1.2.7.bb +++ b/meta/recipes-core/fts/fts_1.2.7.bb | |||
@@ -10,7 +10,7 @@ SECTION = "libs" | |||
10 | 10 | ||
11 | SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472" | 11 | SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/pullmoll/musl-fts.git;branch=master" | 13 | SRC_URI = "git://github.com/pullmoll/musl-fts.git;branch=master;protocol=https" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.34.bb b/meta/recipes-core/glibc/cross-localedef-native_2.34.bb index 6100f3d4c4..482e53cf5d 100644 --- a/meta/recipes-core/glibc/cross-localedef-native_2.34.bb +++ b/meta/recipes-core/glibc/cross-localedef-native_2.34.bb | |||
@@ -20,7 +20,7 @@ inherit native | |||
20 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:" | 20 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:" |
21 | 21 | ||
22 | SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ | 22 | SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ |
23 | git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef \ | 23 | git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef;protocol=https \ |
24 | \ | 24 | \ |
25 | file://0001-localedef-Add-hardlink-resolver-from-util-linux.patch \ | 25 | file://0001-localedef-Add-hardlink-resolver-from-util-linux.patch \ |
26 | file://0002-localedef-fix-ups-hardlink-to-make-it-compile.patch \ | 26 | file://0002-localedef-fix-ups-hardlink-to-make-it-compile.patch \ |
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 29b941d380..0411de3637 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=afed27a72ae2a8075978299eebaa1f5d \ | |||
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH};protocol=https" |
13 | SRCREV = "b9116ef2245abb128a22a975d187b1272312a80c" | 13 | SRCREV = "b9116ef2245abb128a22a975d187b1272312a80c" |
14 | SRCBRANCH ?= "develop" | 14 | SRCBRANCH ?= "develop" |
15 | 15 | ||
diff --git a/meta/recipes-core/musl/libucontext_git.bb b/meta/recipes-core/musl/libucontext_git.bb index 1a8d1c4b21..9061cf0b1b 100644 --- a/meta/recipes-core/musl/libucontext_git.bb +++ b/meta/recipes-core/musl/libucontext_git.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "" | |||
10 | 10 | ||
11 | PV = "1.1+${SRCPV}" | 11 | PV = "1.1+${SRCPV}" |
12 | SRCREV = "335ee864ef6f4a5d4b525453fd9dbfb3507cfecc" | 12 | SRCREV = "335ee864ef6f4a5d4b525453fd9dbfb3507cfecc" |
13 | SRC_URI = "git://github.com/kaniini/libucontext;branch=master \ | 13 | SRC_URI = "git://github.com/kaniini/libucontext;branch=master;protocol=https \ |
14 | file://0001-meson-Add-option-to-pass-cpu.patch \ | 14 | file://0001-meson-Add-option-to-pass-cpu.patch \ |
15 | " | 15 | " |
16 | 16 | ||
diff --git a/meta/recipes-core/musl/musl-obstack.bb b/meta/recipes-core/musl/musl-obstack.bb index 3748047496..74de48c2cd 100644 --- a/meta/recipes-core/musl/musl-obstack.bb +++ b/meta/recipes-core/musl/musl-obstack.bb | |||
@@ -10,7 +10,7 @@ SECTION = "libs" | |||
10 | 10 | ||
11 | PV = "1.1" | 11 | PV = "1.1" |
12 | SRCREV = "d2ad66b0df44a4b784956f7f7f2717131ddc05f4" | 12 | SRCREV = "d2ad66b0df44a4b784956f7f7f2717131ddc05f4" |
13 | SRC_URI = "git://github.com/pullmoll/musl-obstack;branch=master" | 13 | SRC_URI = "git://github.com/pullmoll/musl-obstack;branch=master;protocol=https" |
14 | 14 | ||
15 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
16 | 16 | ||
diff --git a/meta/recipes-core/musl/musl-utils.bb b/meta/recipes-core/musl/musl-utils.bb index fa49d1da04..00d088d089 100644 --- a/meta/recipes-core/musl/musl-utils.bb +++ b/meta/recipes-core/musl/musl-utils.bb | |||
@@ -11,7 +11,7 @@ SECTION = "utils" | |||
11 | PV = "20170421" | 11 | PV = "20170421" |
12 | 12 | ||
13 | SRCREV = "fb5630138ccabbbc14a19d372096a04e42573c7d" | 13 | SRCREV = "fb5630138ccabbbc14a19d372096a04e42573c7d" |
14 | SRC_URI = "git://github.com/boltlinux/musl-utils;branch=master" | 14 | SRC_URI = "git://github.com/boltlinux/musl-utils;branch=master;protocol=https" |
15 | 15 | ||
16 | UPSTREAM_CHECK_COMMITS = "1" | 16 | UPSTREAM_CHECK_COMMITS = "1" |
17 | 17 | ||
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index 05341724f4..13b8b61af6 100644 --- a/meta/recipes-core/systemd/systemd.inc +++ b/meta/recipes-core/systemd/systemd.inc | |||
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ | |||
16 | 16 | ||
17 | SRCREV = "090378dcb1de5ca66900503210e85d63075fa70a" | 17 | SRCREV = "090378dcb1de5ca66900503210e85d63075fa70a" |
18 | SRCBRANCH = "v249-stable" | 18 | SRCBRANCH = "v249-stable" |
19 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH} \ | 19 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \ |
20 | " | 20 | " |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |