From 9128134535d670387c1707815a6d60958ee47586 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 24 Mar 2016 11:30:17 -0400 Subject: ipxe: add cdr-tools-native to the list of depends During the compile phase, ipxe needs to use mkisofs which is part of cdrtools Signed-off-by: Derek Straka Signed-off-by: Bruce Ashfield --- recipes-extended/ipxe/ipxe_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/ipxe/ipxe_git.bb b/recipes-extended/ipxe/ipxe_git.bb index 6dc492eb..d52c5675 100644 --- a/recipes-extended/ipxe/ipxe_git.bb +++ b/recipes-extended/ipxe/ipxe_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Open source network boot firmware" HOMEPAGE = "http://ipxe.org" LICENSE = "GPLv2" -DEPENDS = "binutils-native perl-native syslinux mtools-native" +DEPENDS = "binutils-native perl-native syslinux mtools-native cdrtools-native" LIC_FILES_CHKSUM = "file://../COPYING;md5=8ca43cbc842c2336e835926c2166c28b" SRCREV = "8c43891db4eb131d019360ccfb619f235b17eb58" -- cgit v1.2.3-54-g00ecf