vbox: requires installation of yasm

This commit is contained in:
Christian Helmuth 2014-03-05 17:05:05 +01:00 committed by Norman Feske
parent 194b6b64c1
commit 6c1d1363ff
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ PORTS += $(VIRTUALBOX)
# Check for tools
#
$(call check_tool,iasl)
$(call check_tool,yasm)
PATCHES := $(shell find $(CURDIR)/src/virtualbox/ -name "*.patch")