diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 7d8c280b3f..bac2d7d414 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -60,7 +60,7 @@ BUILD_CFLAGS = "" | |||
60 | BUILD_CXXFLAGS = "" | 60 | BUILD_CXXFLAGS = "" |
61 | BUILD_LDFLAGS = "" | 61 | BUILD_LDFLAGS = "" |
62 | 62 | ||
63 | CFLAGS_append = "-Wno-error" | 63 | CFLAGS_append = " -Wno-error" |
64 | 64 | ||
65 | do_configure_prepend() { | 65 | do_configure_prepend() { |
66 | # The grub2 configure script uses variables such as TARGET_CFLAGS etc | 66 | # The grub2 configure script uses variables such as TARGET_CFLAGS etc |