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

View File

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