!440 适配spec文件
From: @sujerry1991 Reviewed-by: @imxcc Signed-off-by: @imxcc
This commit is contained in:
commit
8714bea185
12
qemu.spec
12
qemu.spec
@ -1,6 +1,6 @@
|
|||||||
Name: qemu
|
Name: qemu
|
||||||
Version: 6.2.0
|
Version: 6.2.0
|
||||||
Release: 5
|
Release: 7
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: QEMU is a generic and open source machine emulator and virtualizer
|
Summary: QEMU is a generic and open source machine emulator and virtualizer
|
||||||
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
|
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
|
||||||
@ -66,7 +66,6 @@ BuildRequires: libattr-devel
|
|||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: brlapi-devel
|
|
||||||
BuildRequires: pixman-devel
|
BuildRequires: pixman-devel
|
||||||
BuildRequires: libusbx-devel
|
BuildRequires: libusbx-devel
|
||||||
BuildRequires: bzip2-devel
|
BuildRequires: bzip2-devel
|
||||||
@ -224,6 +223,7 @@ qemubuilddir="build"
|
|||||||
--disable-capstone \
|
--disable-capstone \
|
||||||
--disable-smartcard \
|
--disable-smartcard \
|
||||||
--enable-zstd \
|
--enable-zstd \
|
||||||
|
--disable-brlapi \
|
||||||
--disable-plugins
|
--disable-plugins
|
||||||
|
|
||||||
make %{?_smp_mflags} $buildldflags V=1
|
make %{?_smp_mflags} $buildldflags V=1
|
||||||
@ -331,6 +331,8 @@ for f in %{buildroot}%{_bindir}/* %{buildroot}%{_libdir}/* \
|
|||||||
done
|
done
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
echo "#define CONFIG_DISABLE_QEMU_LOG" >> build/config-host.h
|
||||||
|
make %{?_smp_mflags} $buildldflags V=1
|
||||||
make check V=1
|
make check V=1
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
@ -474,6 +476,12 @@ getent passwd qemu >/dev/null || \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 11 2022 Yan Wang <wangyan122@huawei.com>
|
||||||
|
- log: disable qemu_log function for "make check V=1"
|
||||||
|
|
||||||
|
* Fri Feb 11 2022 Yan Wang <wangyan122@huawei.com>
|
||||||
|
- chardev/baum: disable unused brlapi
|
||||||
|
|
||||||
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com>
|
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com>
|
||||||
- Revert "cpu: parse +/- feature to avoid failure"
|
- Revert "cpu: parse +/- feature to avoid failure"
|
||||||
- Revert "cpu: add Cortex-A72 processor kvm target support"
|
- Revert "cpu: add Cortex-A72 processor kvm target support"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user