app-emulation/qemu: do not strip QA_PREBUILT
authorMatthias Maier <tamiko@gentoo.org>
Mon, 29 Apr 2019 15:21:30 +0000 (10:21 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Mon, 29 Apr 2019 15:22:22 +0000 (10:22 -0500)
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
app-emulation/qemu/qemu-4.0.0.ebuild
app-emulation/qemu/qemu-9999.ebuild

index dc29a0e792033159e99b0a615490082167a08407..1880553a974211a0b8202ff9831db21cb2527302 100644 (file)
@@ -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"
index fb90986754bf2fa8bb410b8a4e1b1662191f2037..e765af785c68201d180768714d51bf2fced7e8a4 100644 (file)
@@ -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"