package: don't use BR2_KERNEL_MIRROR for git downloads
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 24 May 2020 08:57:21 +0000 (10:57 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 25 May 2020 20:29:50 +0000 (22:29 +0200)
The git repositories are not served on the kernel.org CDN:

    fatal: repository 'https://cdn.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git/' not found

Switch to explicitly use the git.kernel.org server.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Matt Weber <matthew.weber@rockwellcollins.com>
Cc: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/kvm-unit-tests/kvm-unit-tests.mk
package/kvmtool/kvmtool.mk

index d83d31d2ee4cae8543f57ecc417d88fb8532c126..a972602fb94202e17ab90f045830e3a3bb6358af 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 KVM_UNIT_TESTS_VERSION = kvm-unit-tests-20171020
-KVM_UNIT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/scm/virt/kvm/kvm-unit-tests.git
+KVM_UNIT_TESTS_SITE = https://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
 KVM_UNIT_TESTS_SITE_METHOD = git
 KVM_UNIT_TESTS_LICENSE = LGPL-2.0
 KVM_UNIT_TESTS_LICENSE_FILES = COPYRIGHT
index 5894e4771d360c21b6dd9ba89c497b8213f9d253..2984817c7ece9aac3de67bf168f562452af990aa 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 KVMTOOL_VERSION = f77d646ba01d04be5aad9449ac00719c043fe36e
-KVMTOOL_SITE = $(BR2_KERNEL_MIRROR)/scm/linux/kernel/git/will/kvmtool.git
+KVMTOOL_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git
 KVMTOOL_SITE_METHOD = git
 KVMTOOL_DEPENDENCIES = \
        $(if $(BR2_PACKAGE_BINUTILS),binutils) \