summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/ovmf/ovmf_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb
index e722db5cd1..13b583b05d 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -20,6 +20,8 @@ DEPENDS_class-native="util-linux-native iasl-native ossp-uuid-native"
20 20
21DEPENDS_class-target="ovmf-native" 21DEPENDS_class-target="ovmf-native"
22 22
23DEPENDS_append = " nasm-native"
24
23EDK_TOOLS_DIR="edk2_basetools" 25EDK_TOOLS_DIR="edk2_basetools"
24 26
25# OVMF has trouble building with the default optimization of -O2. 27# OVMF has trouble building with the default optimization of -O2.