mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
grub/grub-efi: fix unrecognized command line option '-pipe-Wno-error' in CFLAGS
Since commit [330fc83 grub: Use -Wno-error instead of doing this on a per-warning basis] applied in oe-core, it missed a space in append. (From OE-Core rev: 62c3c8277fcea61940a4433d3796a4cec1b5f577) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
707c0830c6
commit
f6cc637b83
@@ -60,7 +60,7 @@ BUILD_CFLAGS = ""
|
||||
BUILD_CXXFLAGS = ""
|
||||
BUILD_LDFLAGS = ""
|
||||
|
||||
CFLAGS_append = "-Wno-error"
|
||||
CFLAGS_append = " -Wno-error"
|
||||
|
||||
do_configure_prepend() {
|
||||
# The grub2 configure script uses variables such as TARGET_CFLAGS etc
|
||||
|
||||
Reference in New Issue
Block a user