]> code.ossystems Code Review - openembedded-core.git/commitdiff
ovmf: explicitly depend on nasm-native
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 16 Dec 2016 09:19:31 +0000 (10:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Feb 2017 11:26:32 +0000 (11:26 +0000)
Fixes a build issue when nasm was not build already because of
something else.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta/recipes-core/ovmf/ovmf_git.bb

index e722db5cd141dadabe167040dd4558228d15c141..13b583b05d0966308b60493977a4499cb3cb915b 100644 (file)
@@ -20,6 +20,8 @@ DEPENDS_class-native="util-linux-native iasl-native ossp-uuid-native"
 
 DEPENDS_class-target="ovmf-native"
 
+DEPENDS_append = " nasm-native"
+
 EDK_TOOLS_DIR="edk2_basetools"
 
 # OVMF has trouble building with the default optimization of -O2.