]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub/grub-efi: fix unrecognized command line option '-pipe-Wno-error' in CFLAGS
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 15 May 2019 03:17:56 +0000 (11:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jun 2019 08:09:33 +0000 (09:09 +0100)
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.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/grub2.inc

index 7d8c280b3f4bde73c4207277871d03b5dae25be3..bac2d7d4149de1fed08a4cc967f0c387c3bc1e93 100644 (file)
@@ -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