diff options
author | Mikko Rapeli <mikko.rapeli@bmw.de> | 2018-03-26 14:57:58 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-28 12:09:52 +0100 |
commit | 1fe6ca8206c11900f8cce91d703289fe81c0a1c4 (patch) | |
tree | dc4975d4fc9cdacadab303b78944c81b1019bf01 /meta | |
parent | d3268538d2b147a049c6ecf002ff331f8551ae9b (diff) | |
download | poky-1fe6ca8206c11900f8cce91d703289fe81c0a1c4.tar.gz |
ca-certificates: change SRC_URI from Debian anonscm to salsa
Debian anonscm service in Alioth is shutdown and thus
fetching ca-certificates sources fails.
https://wiki.debian.org/Alioth
"Alioth is broken, and there is nobody around to fix it. Don't ask the remaining people who give it life support to implement fixes and changes. It is being replaced by a cocktail of ?GitLab (see Salsa), read-only repos and keep-alive mechanisms. See below for more information."
(From OE-Core rev: fc20ff2003cee7ee3b78ba3bc236a60a8caabc35)
Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates_20170717.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb b/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb index 51af72e79a..49b7ffc36e 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb | |||
@@ -16,7 +16,7 @@ PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" | |||
16 | 16 | ||
17 | SRCREV = "34b8e19e541b8af4076616b2e170c7a70cdaded0" | 17 | SRCREV = "34b8e19e541b8af4076616b2e170c7a70cdaded0" |
18 | 18 | ||
19 | SRC_URI = "git://anonscm.debian.org/collab-maint/ca-certificates.git \ | 19 | SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https \ |
20 | file://0002-update-ca-certificates-use-SYSROOT.patch \ | 20 | file://0002-update-ca-certificates-use-SYSROOT.patch \ |
21 | file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \ | 21 | file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \ |
22 | file://update-ca-certificates-support-Toybox.patch \ | 22 | file://update-ca-certificates-support-Toybox.patch \ |