summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/files/fix-texinfo.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-21 20:36:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-23 17:45:36 +0100
commit67d7ea7c675910f4da548639cdee31073cdf59fa (patch)
tree906556c4b75c4d25ccf78c245f522e771e5f55cb /meta/recipes-bsp/grub/files/fix-texinfo.patch
parentf0ff93c2a5c709cada5fc34b328204a79a5d642f (diff)
downloadpoky-67d7ea7c675910f4da548639cdee31073cdf59fa.tar.gz
grub: Update to 2.02
Drop git recipe, add arm bits to 2.02 itself (From OE-Core rev: 4f27e4042dfb39caa71c7c6eb0a327de6af4d563) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub/files/fix-texinfo.patch')
-rw-r--r--meta/recipes-bsp/grub/files/fix-texinfo.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-bsp/grub/files/fix-texinfo.patch b/meta/recipes-bsp/grub/files/fix-texinfo.patch
deleted file mode 100644
index b911d7370b..0000000000
--- a/meta/recipes-bsp/grub/files/fix-texinfo.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1The tarball has a texi file that doesn't parse with current texinfo, so if it's
2being re-generated the build will fail. Take a patch from upstream to fix the
3texi.
4
5Upstream-Status: Backport
6Signed-off-by: Ross Burton <ross.burton@intel.com>
7
8From d4c4b8e1a085f92afcec36f6e590c6dfc51d0a1c Mon Sep 17 00:00:00 2001
9From: Bryan Hundven <bryanhundven@gmail.com>
10Date: Mon, 08 Apr 2013 13:23:07 +0000
11Subject: * docs/grub-dev.texi: Move @itemize after @subsection to satisfy
12
13 texinfo-5.1.
14---
15(limited to 'docs/grub-dev.texi')
16
17diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi
18index a4a3820..f74c966 100644
19--- a/docs/grub-dev.texi
20+++ b/docs/grub-dev.texi
21@@ -1394,8 +1394,8 @@ grub_video_blit_glyph (&glyph, color, 0, 0);
22
23 @node Bitmap API
24 @section Bitmap API
25-@itemize
26 @subsection grub_video_bitmap_create
27+@itemize
28 @item Prototype:
29 @example
30 grub_err_t grub_video_bitmap_create (struct grub_video_bitmap **bitmap, unsigned int width, unsigned int height, enum grub_video_blit_format blit_format)
31--
32cgit v0.9.0.2