]> code.ossystems Code Review - openembedded-core.git/commit
grub-efi-native: fix build on modern distributions without gets()
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 18 Apr 2013 15:10:20 +0000 (17:10 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Apr 2013 13:43:42 +0000 (14:43 +0100)
commit261e377b08388a288ee521a3629877b89e18e42b
treeb84df6614b3aad8d895b5b09681ffd2475485251
parente31ef0211c2cb18c322517a44b714895e51284e1
grub-efi-native: fix build on modern distributions without gets()

O irony: the grub2/gnulib nag macro that says "don't use gets, use fgets" breaks the build if you're using a recent (e)glibc release that has gets removed.

Fedora already #if 0's the check in grub, so I stole their patch.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-bsp/grub/files/grub-2.00-ignore-gnulib-gets-stupidity.patch [new file with mode: 0644]
meta/recipes-bsp/grub/grub-efi-native_2.00.bb