[oe-commits] [openembedded-core] 06/14: grub/grub-efi: fix unrecognized command line option '-pipe-Wno-error' in CFLAGS

git at git.openembedded.org git at git.openembedded.org
Tue Jun 4 08:10:30 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 62c3c8277fcea61940a4433d3796a4cec1b5f577
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Wed May 15 11:17:56 2019 +0800

    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.
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-bsp/grub/grub2.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 7d8c280..bac2d7d 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list