From: Philip Balister Date: Thu, 13 Sep 2007 19:58:43 +0000 (+0000) Subject: linux-omap.inc : Depend on uboot-utils for mkimage. Do not depend on u-boot. X-Git-Tag: Release-2010-05/1~8661 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9926fa07315aac84dcf20c71f0e9c1192503bba1;p=openembedded.git linux-omap.inc : Depend on uboot-utils for mkimage. Do not depend on u-boot. If you need u-boot, build it manually. --- diff --git a/packages/linux/linux-omap.inc b/packages/linux/linux-omap.inc index 6bc1363737..83f134b878 100644 --- a/packages/linux/linux-omap.inc +++ b/packages/linux/linux-omap.inc @@ -1,7 +1,9 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for OMAP processors" LICENSE = "GPL" -DEPENDS = ${@['u-boot','u-boot-omap2430sdp'][bb.data.getVar('MACHINE',d,1) == 'omap2430sdp']} +#DEPENDS = ${@['u-boot','u-boot-omap2430sdp'][bb.data.getVar('MACHINE',d,1) == 'omap2430sdp']} + +DEPENDS = uboot-utils inherit kernel