diff options
author | Andrew Wilcox <andy@protium.com> | 2007-12-17 06:05:26 +0000 |
---|---|---|
committer | Andrew Wilcox <andy@protium.com> | 2007-12-17 06:05:26 +0000 |
commit | 5206b0d92ce6a6622ec041231314d7242a35f0e8 (patch) | |
tree | 94edc2ae7c369c2c6fe5a831d68ba3c6ebc60de6 /packages/linux/linux-omap.inc | |
parent | 2eef78ec91e7fc70a5ccc318e78f43d55d44b8b2 (diff) |
Rename uboot-utils to u-boot-utils-native. u-boot-utils now makes
target u-boot utility fw_setenv for one distro.
Diffstat (limited to 'packages/linux/linux-omap.inc')
-rw-r--r-- | packages/linux/linux-omap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-omap.inc b/packages/linux/linux-omap.inc index 83f134b878..52b0d27a6d 100644 --- a/packages/linux/linux-omap.inc +++ b/packages/linux/linux-omap.inc @@ -3,7 +3,7 @@ DESCRIPTION = "Linux kernel for OMAP processors" LICENSE = "GPL" #DEPENDS = ${@['u-boot','u-boot-omap2430sdp'][bb.data.getVar('MACHINE',d,1) == 'omap2430sdp']} -DEPENDS = uboot-utils +DEPENDS = "u-boot-utils-native" inherit kernel |