summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/ovmf/ovmf_git.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb
index 3b5a05e51e..ff2b2a530a 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -29,10 +29,7 @@ PARALLEL_MAKE = ""
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32DEPENDS_class-native="util-linux-native iasl-native" 32DEPENDS = "nasm-native acpica-native ovmf-native util-linux-native"
33DEPENDS_class-target="ovmf-native bc-native"
34
35DEPENDS_append = " nasm-native"
36 33
37EDK_TOOLS_DIR="edk2_basetools" 34EDK_TOOLS_DIR="edk2_basetools"
38 35