summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ipxe
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-29 09:51:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-12-03 09:01:33 -0500
commitf6a52458e895c4b4e30926b08c5a95e3cb3ff9b5 (patch)
tree76f9f723fd19c0385ea852b438bf5476939bf7f2 /recipes-extended/ipxe
parent811a59d82b9530ab23ad9769bb7b6e30e54d4c94 (diff)
downloadmeta-virtualization-f6a52458e895c4b4e30926b08c5a95e3cb3ff9b5.tar.gz
global: add explicit branch to all SRC_URIs
As introduced in the oe-core post: https://lists.openembedded.org/g/openembedded-core/message/157623 SRC_URIs without an explicit branch will generate warnings, and eventually be an error. We run the provided conversion script to make sure that meta-virt is ready for the change. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/ipxe')
-rw-r--r--recipes-extended/ipxe/ipxe_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/ipxe/ipxe_git.bb b/recipes-extended/ipxe/ipxe_git.bb
index 43c8f0ed..5b1c482f 100644
--- a/recipes-extended/ipxe/ipxe_git.bb
+++ b/recipes-extended/ipxe/ipxe_git.bb
@@ -14,7 +14,7 @@ PR = "r0"
14FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 14FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
15 15
16SRC_URI = " \ 16SRC_URI = " \
17 git://github.com/ipxe/ipxe.git;protocol=https \ 17 git://github.com/ipxe/ipxe.git;protocol=https;branch=master \
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 \