From f59263a2d1a4918e8dd12fcf968a826b3e8fa018 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 18 Mar 2016 14:40:32 +0000 Subject: 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 ] Signed-off-by: Ross Burton --- meta/recipes-bsp/grub/grub2.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-bsp/grub/grub2.inc') 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 \ file://grub2-fix-initrd-size-bug.patch \ file://0001-Fix-CVE-2015-8370-Grub2-user-pass-vulnerability.patch \ file://0001-Remove-direct-_llseek-code-and-require-long-filesyst.patch \ + file://fix-texinfo.patch \ " DEPENDS = "flex-native bison-native" -- cgit 1.2.3-korg