summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-06-21 14:39:12 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-06-22 14:41:44 -0400
commiteaa50e95bd6f663958a536375610f25e118eb637 (patch)
tree79374afdb0b5558ef204c7a21414a93fdc209a48
parented8c773b1b226aaab7b9bf1c63797601a82e11d5 (diff)
downloadmeta-virtualization-eaa50e95bd6f663958a536375610f25e118eb637.tar.gz
ipxe: Fix malformed Upstream-Status
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch b/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch
index 0118e2e5..d4a2c732 100644
--- a/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch
+++ b/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch
@@ -7,7 +7,7 @@ Subject: [PATCH] [build] Be explicit about -fcommon compiler directive
7gcc10 switched default behavior from -fcommon to -fno-common. Since 7gcc10 switched default behavior from -fcommon to -fno-common. Since
8"__shared" relies on the legacy behavior, explicitly specify it. 8"__shared" relies on the legacy behavior, explicitly specify it.
9 9
10Upstream-Status: [backport] 10Upstream-Status: Backport
11 11
12Signed-off-by: Bruce Rogers <brogers@suse.com> 12Signed-off-by: Bruce Rogers <brogers@suse.com>
13Modified-by: Michael Brown <mcb30@ipxe.org> 13Modified-by: Michael Brown <mcb30@ipxe.org>