diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-07 22:57:43 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-07 22:57:43 +0000 |
commit | 117c61e30edbc5cdae3e566b28c324123ca564bb (patch) | |
tree | 56f04812687fcad1419b26703b619f4028d5d32b /packages/linux | |
parent | ddfc99c3ffea5f9b9b0478300d9204ed3abf8e2a (diff) |
linux-mtx-3: DEPEND on u-boot not on uboot
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-mtx-3_2.6.15.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-mtx-3_2.6.15.4.bb b/packages/linux/linux-mtx-3_2.6.15.4.bb index 034f6d93d1..fe523c879c 100644 --- a/packages/linux/linux-mtx-3_2.6.15.4.bb +++ b/packages/linux/linux-mtx-3_2.6.15.4.bb @@ -9,7 +9,7 @@ inherit kernel # therefore # PROVIDES = "virtual/kernel" -DEPENDS = "uboot" +DEPENDS = "u-boot" RDEPENDS = "mtd-utils" SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${KV}.tar.bz2 \ |