aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub_2.00.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-07-31 14:40:36 +0300
committerSaul Wold <sgw@linux.intel.com>2013-08-02 08:01:39 -0700
commit2158003ea4b9879fdef34488462cc59450638218 (patch)
tree18664f4a7a5a68443aa56d751231c8d14dd63575 /meta/recipes-bsp/grub/grub_2.00.bb
parentbed86662efdd73be2a0dcde217d44be8e00c0822 (diff)
downloadopenembedded-core-2158003ea4b9879fdef34488462cc59450638218.tar.gz
grub_2.00: fix compilation when using flex 2.5.37
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp/grub/grub_2.00.bb')
-rw-r--r--meta/recipes-bsp/grub/grub_2.00.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb
index 5153b6a552..e82996d466 100644
--- a/meta/recipes-bsp/grub/grub_2.00.bb
+++ b/meta/recipes-bsp/grub/grub_2.00.bb
@@ -20,7 +20,9 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
file://grub-2.00-fpmath-sse-387-fix.patch \
file://remove-gets.patch \
file://check-if-liblzma-is-disabled.patch \
- file://40_custom"
+ file://40_custom \
+ file://fix-issue-with-flex-2.5.37.patch \
+ "
SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c"
SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3"