diff options
author | Ross Burton <ross.burton@intel.com> | 2016-03-18 14:40:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:29 +0000 |
commit | a7dd04d15b0208c5d159abb7b40079c62aa60d78 (patch) | |
tree | 2409cea4b10a530205e55794b44b614cb53cef65 /meta/recipes-bsp/grub/grub2.inc | |
parent | ee4f61b7e14a108d26eadc5e5b285e8d99c94545 (diff) | |
download | poky-a7dd04d15b0208c5d159abb7b40079c62aa60d78.tar.gz |
grub: fix documentation rebuilds
If the documentation needs to rebuild then it will fail as the syntax isn't
valid with modern texinfo. Backport a patch from git to fix the syntax.
[ YOCTO #9306 ]
(From OE-Core rev: f59263a2d1a4918e8dd12fcf968a826b3e8fa018)
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/grub2.inc')
-rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 12cff4f507..146dde60c0 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -29,6 +29,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ | |||
29 | file://grub2-fix-initrd-size-bug.patch \ | 29 | file://grub2-fix-initrd-size-bug.patch \ |
30 | file://0001-Fix-CVE-2015-8370-Grub2-user-pass-vulnerability.patch \ | 30 | file://0001-Fix-CVE-2015-8370-Grub2-user-pass-vulnerability.patch \ |
31 | file://0001-Remove-direct-_llseek-code-and-require-long-filesyst.patch \ | 31 | file://0001-Remove-direct-_llseek-code-and-require-long-filesyst.patch \ |
32 | file://fix-texinfo.patch \ | ||
32 | " | 33 | " |
33 | 34 | ||
34 | DEPENDS = "flex-native bison-native" | 35 | DEPENDS = "flex-native bison-native" |