From 66e9495c310459fdf2b874712d853a3651d15bb6 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 18 Sep 2024 00:04:30 -0400 Subject: [PATCH] common/build-helper/qemu: only install the relevant user emulator now that the package is split, we don't have to install every emulator under the sun. --- common/build-helper/qemu.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/build-helper/qemu.sh b/common/build-helper/qemu.sh index f5c56585101..4fbd5fb86dd 100644 --- a/common/build-helper/qemu.sh +++ b/common/build-helper/qemu.sh @@ -1,8 +1,6 @@ if [ "$CROSS_BUILD" ]; then export QEMU_LD_PREFIX=${XBPS_CROSS_BASE} - if [[ $hostmakedepends != *"qemu-user"* ]]; then - hostmakedepends+=" qemu-user" - fi + hostmakedepends+=" qemu-user-${XBPS_TARGET_QEMU_MACHINE/x86_64/amd64}" fi vtargetrun() {