mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package: don't use BR2_KERNEL_MIRROR for git downloads
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>
This commit is contained in:
parent
c5e932613e
commit
fb57a54cf8
@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
KVM_UNIT_TESTS_VERSION = kvm-unit-tests-20171020
|
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_SITE_METHOD = git
|
||||||
KVM_UNIT_TESTS_LICENSE = LGPL-2.0
|
KVM_UNIT_TESTS_LICENSE = LGPL-2.0
|
||||||
KVM_UNIT_TESTS_LICENSE_FILES = COPYRIGHT
|
KVM_UNIT_TESTS_LICENSE_FILES = COPYRIGHT
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
KVMTOOL_VERSION = f77d646ba01d04be5aad9449ac00719c043fe36e
|
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_SITE_METHOD = git
|
||||||
KVMTOOL_DEPENDENCIES = \
|
KVMTOOL_DEPENDENCIES = \
|
||||||
$(if $(BR2_PACKAGE_BINUTILS),binutils) \
|
$(if $(BR2_PACKAGE_BINUTILS),binutils) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user