diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-25 17:09:15 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-25 17:09:15 +0000 |
commit | c328f161f8875dfcdc97da71d99782891ecf1ea4 (patch) | |
tree | c22393774f8821958abe2405f73ddf09f2842f52 /meta | |
parent | 5cda1b7660bd86953ade5917bab219d602d46f38 (diff) | |
download | poky-c328f161f8875dfcdc97da71d99782891ecf1ea4.tar.gz |
bootimg.bbclass: Fix dependency name
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-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 f1e2ba4b43..f4949f55bd 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ | 28 | do_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 | ||