summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-01 18:17:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-12 13:14:21 +0100
commitf3f21bafd285972bca3078923c0b4af3243338b0 (patch)
treeabb164501040adc0f7f553accbcacb1265e6b09e /meta
parent5927edf4eae67989a8ed332c249014a6ed2f38ba (diff)
downloadpoky-f3f21bafd285972bca3078923c0b4af3243338b0.tar.gz
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. (From OE-Core master rev: 2ca75dd0718ec37d7f131b8bcd841de6e876bd07) (From OE-Core rev: acf46cb2eb03c2ed3aadd7858044ba2837a83292) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-bsp/grub/grub_0.97.bb2
1 files changed, 2 insertions, 0 deletions
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
26 26
27COMPATIBLE_HOST = "i.86.*-linux" 27COMPATIBLE_HOST = "i.86.*-linux"
28 28
29EXTRA_OECONF = "--without-curses"
30
29do_install_append_vmware() { 31do_install_append_vmware() {
30 mkdir -p ${D}/boot/ 32 mkdir -p ${D}/boot/
31 ln -sf ../usr/lib/grub/{$TARGET_ARCH}{$TARGET_VENDOR}/ ${D}/boot/grub 33 ln -sf ../usr/lib/grub/{$TARGET_ARCH}{$TARGET_VENDOR}/ ${D}/boot/grub