summaryrefslogtreecommitdiffstats
path: root/meta/classes/bootimg.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-25 17:09:15 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-25 17:09:15 +0000
commitc328f161f8875dfcdc97da71d99782891ecf1ea4 (patch)
treec22393774f8821958abe2405f73ddf09f2842f52 /meta/classes/bootimg.bbclass
parent5cda1b7660bd86953ade5917bab219d602d46f38 (diff)
downloadpoky-c328f161f8875dfcdc97da71d99782891ecf1ea4.tar.gz
bootimg.bbclass: Fix dependency name
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/bootimg.bbclass')
-rw-r--r--meta/classes/bootimg.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index f1e2ba4b43..f4949f55bd 100644
--- a/meta/classes/bootimg.bbclass
+++ b/meta/classes/bootimg.bbclass
@@ -27,7 +27,7 @@
27 27
28do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ 28do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \
29 syslinux:do_populate_sysroot \ 29 syslinux:do_populate_sysroot \
30 syslinux-installer-native:do_populate_sysroot \ 30 syslinux-native:do_populate_sysroot \
31 mtools-native:do_populate_sysroot \ 31 mtools-native:do_populate_sysroot \
32 cdrtools-native:do_populate_sysroot" 32 cdrtools-native:do_populate_sysroot"
33 33