]> code.ossystems Code Review - openembedded-core.git/commit
grub-efi: remove configure patch, simply seed the cache
authorRoss Burton <ross.burton@intel.com>
Mon, 13 Jan 2014 17:26:51 +0000 (17:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jan 2014 11:54:06 +0000 (11:54 +0000)
commit34b9b2931da1fbf4c68a3e35f4ca56553058574b
tree0b8658e32efe888590d48149f8488b66f8a99ca9
parent59f46f9c9f8a36d8829b9b33291249a7b92ebcac
grub-efi: remove configure patch, simply seed the cache

grub-2.00-disable-help2man patches configure.ac to disable the help2man check
because we don't need the man pages.  It also then patches configure itself so
that autogen.sh doesn't have to be called for performance reasons.  However,
do_configure causes a full autoreconf so this optimisation is moot, and can
cause patch failures when an existing build tree is re-used.

Instead, simply use CACHED_CONFIGUREVARS to tell configure that it can't find
help2man.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/files/grub-2.00-disable-help2man.patch [deleted file]
meta/recipes-bsp/grub/grub-efi_2.00.bb