From c328f161f8875dfcdc97da71d99782891ecf1ea4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 25 Mar 2010 17:09:15 +0000 Subject: bootimg.bbclass: Fix dependency name Signed-off-by: Richard Purdie --- 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 f1e2ba4b43..f4949f55bd 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass @@ -27,7 +27,7 @@ do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ syslinux:do_populate_sysroot \ - syslinux-installer-native:do_populate_sysroot \ + syslinux-native:do_populate_sysroot \ mtools-native:do_populate_sysroot \ cdrtools-native:do_populate_sysroot" -- cgit v1.2.3-54-g00ecf