From 24a30eaf49c25c0b5d8b5d7405691c6c1b67588d Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 31 Aug 2011 15:37:41 -0700 Subject: 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 Tested-by: Tom Zanussi --- common/recipes-bsp/grub/grub_1.98.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/recipes-bsp') 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 \ inherit autotools inherit gettext -EXTRA_OECONF = "--with-platform=pc --target=i386" +EXTRA_OECONF = "--with-platform=pc --target=i386 --disable-grub-mkfont" do_configure() { oe_runconf -- cgit v1.2.3-54-g00ecf