linux-storcenter: missing depend on uboot-utils for mkimage
authorAndrew Wilcox <andy@protium.com>
Mon, 11 Dec 2006 14:06:02 +0000 (14:06 +0000)
committerAndrew Wilcox <andy@protium.com>
Mon, 11 Dec 2006 14:06:02 +0000 (14:06 +0000)
packages/linux/linux-storcenter_2.6.12.6.bb
packages/uboot-utils/uboot-utils_1.1.2.bb

index 280cb5b..541f881 100644 (file)
@@ -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:
index d70a055..a24682a 100644 (file)
@@ -26,6 +26,11 @@ do_compile () {
        oe_runmake tools
 }
 
+# install mkimage for the kernel makefile
+do_stage() {
+       install -m 755 ${S}/tools/mkimage ${STAGING_BINDIR_NATIVE}
+}
+
 do_install () {
        install -d     ${D}/sbin
        install -m 755 ${S}/tools/env/fw_printenv ${D}/sbin/fw_printenv