fix spec file 94/267194/2
authorbiao716.wang <biao716.wang@samsung.com>
Mon, 29 Nov 2021 07:16:33 +0000 (16:16 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Mon, 29 Nov 2021 07:52:36 +0000 (16:52 +0900)
rollback the change for non-aarch64 arch
Change-Id: I80e84f047b64755361c8f6afa062c43c417364b5
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
packaging/qemu.spec
roms/Makefile

index 010498c..e1045ba 100644 (file)
@@ -1291,7 +1291,7 @@ done
 %endif
 %endif
 
-#%if %{build_x86_firmware_from_source}
+%if %{build_x86_firmware_from_source}
 #%ifnarch %{ix86} x86_64
 #export CC=x86_64-suse-linux-gcc
 #export LD=x86_64-suse-linux-ld
index 2db995d..a91ffad 100644 (file)
@@ -199,7 +199,7 @@ MESON = meson
 NINJA = ninja
 qboot:
        mkdir -p qboot/build
-       $(MESON) setup --cross-file qboot/cross.ini $(if $(wildcard qboot/build/meson-private),--wipe,) qboot qboot/build
+       $(MESON) setup $(if $(wildcard qboot/build/meson-private),--wipe,) qboot qboot/build
        $(NINJA) -C qboot/build
        cp qboot/build/bios.bin ../pc-bios/qboot.rom