From 03abf8e9c63de4d0eb25ee6704874910cf30e2a1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 11 Oct 2007 21:46:11 +0000 Subject: bootimg.bbclass: Fix taskname reference git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2867 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/classes/bootimg.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/bootimg.bbclass') diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 3a8c715087..2d64ec1fa9 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass @@ -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" -- cgit v1.2.3-54-g00ecf