diff options
author | Andrew Wilcox <andy@protium.com> | 2006-12-11 14:06:02 +0000 |
---|---|---|
committer | Andrew Wilcox <andy@protium.com> | 2006-12-11 14:06:02 +0000 |
commit | adf5a49dd346b412db24a3455ac126d345e69185 (patch) | |
tree | e9afd460140b8191284cf2b17285cc69e7068a0d /packages/linux/linux-storcenter_2.6.12.6.bb | |
parent | b8b9e106a7a2ee432ed3d102edeb22f25594321c (diff) |
linux-storcenter: missing depend on uboot-utils for mkimage
Diffstat (limited to 'packages/linux/linux-storcenter_2.6.12.6.bb')
-rw-r--r-- | packages/linux/linux-storcenter_2.6.12.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/linux-storcenter_2.6.12.6.bb b/packages/linux/linux-storcenter_2.6.12.6.bb index 280cb5bd62..541f881fd0 100644 --- a/packages/linux/linux-storcenter_2.6.12.6.bb +++ b/packages/linux/linux-storcenter_2.6.12.6.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Linux Kernel for the Iomega storcenter platform" SECTION = "kernel" LICENSE = "GPL" +DEPENDS = "uboot-utils" PR = "r0" # notes on iom def kernel: |