chardev/baum: disable unused brlapi

disable unused brlapi.

Signed-off-by: Yan Wang <wangyan122@huawei.com>
This commit is contained in:
Yan Wang 2022-02-11 16:10:23 +08:00 committed by yezengruan
parent aca5683fc4
commit cb1e6efc6e

View File

@ -1,6 +1,6 @@
Name: qemu
Version: 6.2.0
Release: 5
Release: 6
Epoch: 2
Summary: QEMU is a generic and open source machine emulator and virtualizer
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
@ -66,7 +66,6 @@ BuildRequires: libattr-devel
BuildRequires: libcurl-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: brlapi-devel
BuildRequires: pixman-devel
BuildRequires: libusbx-devel
BuildRequires: bzip2-devel
@ -224,6 +223,7 @@ qemubuilddir="build"
--disable-capstone \
--disable-smartcard \
--enable-zstd \
--disable-brlapi \
--disable-plugins
make %{?_smp_mflags} $buildldflags V=1
@ -474,6 +474,9 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Fri Feb 11 2022 Yan Wang <wangyan122@huawei.com>
- chardev/baum: disable unused brlapi
* Fri Feb 11 2022 imxcc <xingchaochao@huawei.com>
- Revert "cpu: parse +/- feature to avoid failure"
- Revert "cpu: add Cortex-A72 processor kvm target support"