diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-04-03 21:51:32 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-06 20:34:26 -0400 |
commit | b7dba4e73f8426b662961c3c15419cff8ae55b5a (patch) | |
tree | 4495c4e68fc180b8f709409efd7eee7a3deb9299 | |
parent | 04f8621d8213630e3072321c68089ac147e21ebe (diff) | |
download | meta-virtualization-b7dba4e73f8426b662961c3c15419cff8ae55b5a.tar.gz |
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 <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/ipxe/ipxe_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
14 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 14 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
15 | 15 | ||
16 | SRC_URI = " \ | 16 | SRC_URI = " \ |
17 | git://git.ipxe.org/ipxe.git;protocol=https \ | 17 | git://github.com/ipxe/ipxe.git;protocol=https \ |
18 | file://ipxe-fix-hostcc-nopie-cflags.patch \ | 18 | file://ipxe-fix-hostcc-nopie-cflags.patch \ |
19 | file://ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch \ | 19 | file://ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch \ |
20 | file://ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch \ | 20 | file://ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch \ |