summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ipxe
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-03-24 11:30:17 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-03-24 11:31:47 -0400
commit9128134535d670387c1707815a6d60958ee47586 (patch)
tree03c8248be714c7bae55f5e60b8a94eebf01d9758 /recipes-extended/ipxe
parent5fcc6d24c35442dd1ac4018e1b2d2f981f0f20b2 (diff)
downloadmeta-virtualization-9128134535d670387c1707815a6d60958ee47586.tar.gz
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 <derek@asterius.io> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/ipxe')
-rw-r--r--recipes-extended/ipxe/ipxe_git.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
1DESCRIPTION = "Open source network boot firmware" 1DESCRIPTION = "Open source network boot firmware"
2HOMEPAGE = "http://ipxe.org" 2HOMEPAGE = "http://ipxe.org"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4DEPENDS = "binutils-native perl-native syslinux mtools-native" 4DEPENDS = "binutils-native perl-native syslinux mtools-native cdrtools-native"
5LIC_FILES_CHKSUM = "file://../COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 5LIC_FILES_CHKSUM = "file://../COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
6 6
7SRCREV = "8c43891db4eb131d019360ccfb619f235b17eb58" 7SRCREV = "8c43891db4eb131d019360ccfb619f235b17eb58"