From b7dba4e73f8426b662961c3c15419cff8ae55b5a Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 3 Apr 2021 21:51:32 +0200 Subject: ipxe: fix SRC_URI * git.ipxe.org is gone: fatal: unable to access 'https://git.ipxe.org/ipxe.git/': Couldn't connect to server Signed-off-by: Martin Jansa Signed-off-by: Bruce Ashfield --- recipes-extended/ipxe/ipxe_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-extended/ipxe/ipxe_git.bb') diff --git a/recipes-extended/ipxe/ipxe_git.bb b/recipes-extended/ipxe/ipxe_git.bb index 7b768178..448087e5 100644 --- a/recipes-extended/ipxe/ipxe_git.bb +++ b/recipes-extended/ipxe/ipxe_git.bb @@ -14,7 +14,7 @@ PR = "r0" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI = " \ - git://git.ipxe.org/ipxe.git;protocol=https \ + git://github.com/ipxe/ipxe.git;protocol=https \ file://ipxe-fix-hostcc-nopie-cflags.patch \ file://ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch \ file://ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch \ -- cgit v1.2.3-54-g00ecf