From: Robert Yang Date: Fri, 8 Apr 2016 02:20:25 +0000 (-0700) Subject: image-live.bbclass: fix iso + efi only X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1db8a578979a16d993a73b6f8a5720f2849932;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git image-live.bbclass: fix iso + efi only When the user only builds iso + efi only, the syslinux-native which provides isohybrid is required to build iso, so add syslinux-native to DEPENDS. Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index c837fbfc92f..c8a8610604e 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass @@ -32,6 +32,7 @@ do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ cdrtools-native:do_populate_sysroot \ virtual/kernel:do_deploy \ ${MLPREFIX}syslinux:do_populate_sysroot \ + syslinux-native:do_populate_sysroot \ ${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')} \ ${PN}:do_image_ext4 \ "