summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-08-31 15:37:41 -0700
committerDarren Hart <dvhart@linux.intel.com>2011-08-31 19:32:04 -0700
commit24a30eaf49c25c0b5d8b5d7405691c6c1b67588d (patch)
tree7e9b41e4fdead42050b3b55cf9e636f16424ce58 /common
parent902d2f3c919cd1d870dc8d35a7521cbba42e53ea (diff)
downloadmeta-intel-24a30eaf49c25c0b5d8b5d7405691c6c1b67588d.tar.gz
grub: remove the dependency on freetype, disable grub-mkfont
Grub's configure task was picking up the host freetype libraries if bitbake hadn't gotten around building freetype yet. We could add a dependency on freetype, but it's only used for the optional grub-mkfont utility which we don't really need. Disable grub-mkfont via EXTRA_OECONF, removing the dependency on freetype. Testing: core-image-minimal build and install on sugarbay. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-bsp/grub/grub_1.98.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-bsp/grub/grub_1.98.bb b/common/recipes-bsp/grub/grub_1.98.bb
index 0cd3a403..802733f9 100644
--- a/common/recipes-bsp/grub/grub_1.98.bb
+++ b/common/recipes-bsp/grub/grub_1.98.bb
@@ -24,7 +24,7 @@ SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz \
24inherit autotools 24inherit autotools
25inherit gettext 25inherit gettext
26 26
27EXTRA_OECONF = "--with-platform=pc --target=i386" 27EXTRA_OECONF = "--with-platform=pc --target=i386 --disable-grub-mkfont"
28 28
29do_configure() { 29do_configure() {
30 oe_runconf 30 oe_runconf