From: Matthias Maier Date: Mon, 29 Apr 2019 15:21:30 +0000 (-0500) Subject: app-emulation/qemu: do not strip QA_PREBUILT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b4eab1a0b8049fd0346e609d359a9eac1854469e;p=gentoo.git 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 --- 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"