From: Robert Yang Date: Thu, 31 Mar 2016 06:32:58 +0000 (-0700) Subject: image-live.bbclass: DEPENDS on syslinux X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0abc8ee6607ee15f5a7f3c05ff0cd468906fe5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git image-live.bbclass: DEPENDS on syslinux The mkisofs requires syslinux/isolinux.bin which is provided by target syslinux, for pcbios, the depends is already there, but for EFI, it isn't, so add the depends. Signed-off-by: Robert Yang --- diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index d9ed7dbbdbf..620410136f7 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass @@ -29,6 +29,7 @@ do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ mtools-native:do_populate_sysroot \ cdrtools-native:do_populate_sysroot \ virtual/kernel:do_deploy \ + ${MLPREFIX}syslinux:do_populate_sysroot \ ${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')}" PACKAGES = " "