From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9A71DE0071A for ; Thu, 1 Sep 2011 13:55:32 -0700 (PDT) Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 01 Sep 2011 13:55:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,315,1312182000"; d="scan'208";a="13319820" Received: from unknown (HELO envy.home) ([10.255.14.97]) by AZSMGA002.ch.intel.com with ESMTP; 01 Sep 2011 13:55:31 -0700 Message-ID: <4E5FF143.9010007@linux.intel.com> Date: Thu, 01 Sep 2011 13:55:31 -0700 From: Darren Hart User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0 MIME-Version: 1.0 To: Darren Hart References: <24a30eaf49c25c0b5d8b5d7405691c6c1b67588d.1314844442.git.dvhart@linux.intel.com> In-Reply-To: <24a30eaf49c25c0b5d8b5d7405691c6c1b67588d.1314844442.git.dvhart@linux.intel.com> Cc: yocto@yoctoproject.org Subject: Re: [PATCH][meta-intel] grub: remove the dependency on freetype, disable grub-mkfont X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2011 20:55:32 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 08/31/2011 07:34 PM, Darren Hart wrote: > 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 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 0cd3a40..802733f 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 Merged to meta-intel:master. -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel