multi-kernel: fix race condition Graeme reported by depending on mkimage
authorKoen Kooi <koen@openembedded.org>
Thu, 29 Jul 2010 18:07:45 +0000 (20:07 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 29 Jul 2010 18:07:45 +0000 (20:07 +0200)
recipes/linux/multi-kernel.inc

index 3e11928..70cfd87 100644 (file)
@@ -87,6 +87,6 @@ do_deploy_append () {
 
 }
 
-do_compileconfigs[depends] += "virtual/${TARGET_PREFIX}gcc:do_populate_sysroot virtual/${TARGET_PREFIX}gcc${KERNEL_CCSUFFIX}:do_populate_sysroot"
+do_compileconfigs[depends] += "u-boot-mkimage-native:do_populate_sysroot virtual/${TARGET_PREFIX}gcc:do_populate_sysroot virtual/${TARGET_PREFIX}gcc${KERNEL_CCSUFFIX}:do_populate_sysroot"
 addtask compileconfigs after do_patch before do_configure