From 9e280a1d1e415a796aa600fad68d84b817864a3a Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sat, 3 Aug 2013 17:04:00 -0700 Subject: grub-efi-native: add flex patch to efi-native version also (From OE-Core rev: 60f845774d62b76c09602df299cef922edfea3c4) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../grub/files/fix-issue-with-flex-2.5.37.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-bsp/grub/files/fix-issue-with-flex-2.5.37.patch (limited to 'meta/recipes-bsp/grub/files/fix-issue-with-flex-2.5.37.patch') diff --git a/meta/recipes-bsp/grub/files/fix-issue-with-flex-2.5.37.patch b/meta/recipes-bsp/grub/files/fix-issue-with-flex-2.5.37.patch new file mode 100644 index 0000000000..61ae2f5372 --- /dev/null +++ b/meta/recipes-bsp/grub/files/fix-issue-with-flex-2.5.37.patch @@ -0,0 +1,21 @@ +Upstream-Status: Backport + +This fixes compilation issues when using flex-2.5.37. It was taken from upstream. + +Original author is: Vladimir Serbinenko + +Signed-off-by: Laurentiu Palcu + +Index: grub-2.00/grub-core/script/yylex.l +=================================================================== +--- grub-2.00.orig/grub-core/script/yylex.l 2012-06-08 23:24:15.000000000 +0300 ++++ grub-2.00/grub-core/script/yylex.l 2013-07-31 14:34:40.708100982 +0300 +@@ -29,6 +29,8 @@ + #pragma GCC diagnostic ignored "-Wmissing-prototypes" + #pragma GCC diagnostic ignored "-Wmissing-declarations" + #pragma GCC diagnostic ignored "-Wunsafe-loop-optimizations" ++#pragma GCC diagnostic ignored "-Wunused-function" ++#pragma GCC diagnostic ignored "-Wsign-compare" + + #define yyfree grub_lexer_yyfree + #define yyalloc grub_lexer_yyalloc -- cgit v1.2.3-54-g00ecf