]> code.ossystems Code Review - openembedded-core.git/commitdiff
bootimg.bbclass: Fix taskname reference
authorRichard Purdie <richard@openedhand.com>
Thu, 11 Oct 2007 21:46:11 +0000 (21:46 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 11 Oct 2007 21:46:11 +0000 (21:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2867 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/bootimg.bbclass

index 3a8c71508744b2820dfb69cb6e11b1b1ea665c70..2d64ec1fa96ee261b2d8037985794b87f5af7aea 100644 (file)
@@ -12,7 +12,7 @@
 # ${APPEND} - an override list of append strings for each label
 # ${SYSLINUX_OPTS} - additional options to add to the syslinux file ';' delimited 
 
-do_rootfs[depends] += "dosfstools-native:do_populate_staging \
+do_bootimg[depends] += "dosfstools-native:do_populate_staging \
                        syslinux-native:do_populate_staging \
                       mtools-native:do_populate_staging \
                       cdrtools-native:do_populate_staging"