diff --git a/recipes/wip/vm/qemu/recipe.toml b/recipes/wip/vm/qemu/recipe.toml index fd19d9873..cc5030cbb 100644 --- a/recipes/wip/vm/qemu/recipe.toml +++ b/recipes/wip/vm/qemu/recipe.toml @@ -23,11 +23,11 @@ dependencies = [ "zlib", ] script = """ +DYNAMIC_INIT COOKBOOK_CONFIGURE_FLAGS=( --host="${TARGET}" --prefix="/usr" --cross-prefix="${TARGET}" - --static --disable-coroutine-pool --disable-tpm )