diff options
Diffstat (limited to 'meta/recipes-bsp/grub/grub-efi_2.02.bb')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.02.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb index 6dbd23a3c7..0028a9b6eb 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.02.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.02.bb | |||
@@ -41,10 +41,6 @@ inherit deploy | |||
41 | CACHED_CONFIGUREVARS += "ac_cv_path_HELP2MAN=" | 41 | CACHED_CONFIGUREVARS += "ac_cv_path_HELP2MAN=" |
42 | EXTRA_OECONF += "--enable-efiemu=no" | 42 | EXTRA_OECONF += "--enable-efiemu=no" |
43 | 43 | ||
44 | # ldm.c:114:7: error: trampoline generated for nested function 'hook' [-Werror=trampolines] | ||
45 | # and many other places in the grub code when compiled with some native gcc compilers (specifically, gentoo) | ||
46 | CFLAGS_append_class-native = " -Wno-error=trampolines" | ||
47 | |||
48 | do_mkimage() { | 44 | do_mkimage() { |
49 | cd ${B} | 45 | cd ${B} |
50 | # Search for the grub.cfg on the local boot media by using the | 46 | # Search for the grub.cfg on the local boot media by using the |