[oe-commits] [openembedded-core] 01/12: image-live.bbclass: DEPENDS on syslinux

git at git.openembedded.org git at git.openembedded.org
Thu Mar 31 12:18:52 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e9adedd32a7f2015e58efe2f460a99e8d745b4c6
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Mar 31 03:47:02 2016 -0700

    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 <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/bootimg.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index d9ed7db..6204101 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 = " "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list