From: Paul Eggleton Date: Thu, 1 Aug 2013 17:17:59 +0000 (+0100) Subject: grub: disable floating ncurses dependency for GPLv2 version X-Git-Tag: 2015-4~5642 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2ca75dd0718ec37d7f131b8bcd841de6e876bd07;p=openembedded-core.git grub: disable floating ncurses dependency for GPLv2 version A dependency was being added on ncurses conditionally upon whether it had been built first. Explicitly disable this dependency to stop this from happening. Note that grub 2.x does not need this same fix because there ncurses is only used when building grub-emu, which is only built when the specified target platform is "emu" which we do not use. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- diff --git a/meta/recipes-bsp/grub/grub_0.97.bb b/meta/recipes-bsp/grub/grub_0.97.bb index 6971193378..38f39121d6 100644 --- a/meta/recipes-bsp/grub/grub_0.97.bb +++ b/meta/recipes-bsp/grub/grub_0.97.bb @@ -26,6 +26,8 @@ inherit autotools COMPATIBLE_HOST = "i.86.*-linux" +EXTRA_OECONF = "--without-curses" + do_install_append_vmware() { mkdir -p ${D}/boot/ ln -sf ../usr/lib/grub/{$TARGET_ARCH}{$TARGET_VENDOR}/ ${D}/boot/grub