From b4eab1a0b8049fd0346e609d359a9eac1854469e Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 29 Apr 2019 10:21:30 -0500 Subject: [PATCH] app-emulation/qemu: do not strip QA_PREBUILT Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Matthias Maier Signed-off-by: Sergei Trofimovich --- app-emulation/qemu/qemu-4.0.0.ebuild | 3 +++ app-emulation/qemu/qemu-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app-emulation/qemu/qemu-4.0.0.ebuild b/app-emulation/qemu/qemu-4.0.0.ebuild index dc29a0e79203..1880553a9742 100644 --- a/app-emulation/qemu/qemu-4.0.0.ebuild +++ b/app-emulation/qemu/qemu-4.0.0.ebuild @@ -696,6 +696,9 @@ src_install() { dodoc Changelog MAINTAINERS docs/specs/pci-ids.txt newdoc pc-bios/README README.pc-bios + # Disallow stripping of prebuilt firmware files. + dostrip -x ${QA_PREBUILT} + if [[ -n ${softmmu_targets} ]]; then # Remove SeaBIOS since we're using the SeaBIOS packaged one rm "${ED}/usr/share/qemu/bios.bin" diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index fb90986754bf..e765af785c68 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -695,6 +695,9 @@ src_install() { dodoc Changelog MAINTAINERS docs/specs/pci-ids.txt newdoc pc-bios/README README.pc-bios + # Disallow stripping of prebuilt firmware files. + dostrip -x ${QA_PREBUILT} + if [[ -n ${softmmu_targets} ]]; then # Remove SeaBIOS since we're using the SeaBIOS packaged one rm "${ED}/usr/share/qemu/bios.bin" -- 2.26.2