diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-11 21:46:11 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-11 21:46:11 +0000 |
commit | 03abf8e9c63de4d0eb25ee6704874910cf30e2a1 (patch) | |
tree | a85c76f7e69756e7b78967af2af629973372cc4c | |
parent | 46b69ea92e43d0c738e60ae04a82e9c998dda94e (diff) | |
download | poky-03abf8e9c63de4d0eb25ee6704874910cf30e2a1.tar.gz |
bootimg.bbclass: Fix taskname reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2867 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/classes/bootimg.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
12 | # ${APPEND} - an override list of append strings for each label | 12 | # ${APPEND} - an override list of append strings for each label |
13 | # ${SYSLINUX_OPTS} - additional options to add to the syslinux file ';' delimited | 13 | # ${SYSLINUX_OPTS} - additional options to add to the syslinux file ';' delimited |
14 | 14 | ||
15 | do_rootfs[depends] += "dosfstools-native:do_populate_staging \ | 15 | do_bootimg[depends] += "dosfstools-native:do_populate_staging \ |
16 | syslinux-native:do_populate_staging \ | 16 | syslinux-native:do_populate_staging \ |
17 | mtools-native:do_populate_staging \ | 17 | mtools-native:do_populate_staging \ |
18 | cdrtools-native:do_populate_staging" | 18 | cdrtools-native:do_populate_staging" |