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 c66b751a94..834ee32466 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -46,6 +46,8 @@ COMPATIBLE_HOST='(i.86|x86_64).*'
46OVMF_SECURE_BOOT_EXTRA_FLAGS ??= "" 46OVMF_SECURE_BOOT_EXTRA_FLAGS ??= ""
47OVMF_SECURE_BOOT_FLAGS = "-DSECURE_BOOT_ENABLE=TRUE ${OVMF_SECURE_BOOT_EXTRA_FLAGS}" 47OVMF_SECURE_BOOT_FLAGS = "-DSECURE_BOOT_ENABLE=TRUE ${OVMF_SECURE_BOOT_EXTRA_FLAGS}"
48 48
49export PYTHON_COMMAND = "${HOSTTOOLS_DIR}/python3"
50
49do_patch[postfuncs] += "fix_basetools_location" 51do_patch[postfuncs] += "fix_basetools_location"
50fix_basetools_location () { 52fix_basetools_location () {
51} 53}