From: Richard W.M. Jones Date: Fri, 12 Aug 2016 14:23:29 +0000 (+0100) Subject: stage1 riscv-qemu: Remove Xen dependency, to build on Rawhide. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3fb42cfea92a11db3b671d1b04e570737e29d186;p=fedora-riscv.git stage1 riscv-qemu: Remove Xen dependency, to build on Rawhide. --- diff --git a/stage1-riscv-qemu/riscv-qemu.spec.in b/stage1-riscv-qemu/riscv-qemu.spec.in index 647dd5b..7ad5830 100644 --- a/stage1-riscv-qemu/riscv-qemu.spec.in +++ b/stage1-riscv-qemu/riscv-qemu.spec.in @@ -2,7 +2,7 @@ Name: riscv-qemu Version: 2.5.0 -Release: 0.1.git@SHORTCOMMIT@%{?dist} +Release: 0.2.git@SHORTCOMMIT@%{?dist} Summary: RISC-V fork of QEMU License: GPLv2+ and LGPLv2+ and BSD @@ -57,7 +57,6 @@ BuildRequires: gtk3-devel BuildRequires: vte3-devel BuildRequires: gettext BuildRequires: librdmacm-devel -BuildRequires: xen-devel BuildRequires: numactl-devel BuildRequires: bzip2-devel BuildRequires: libepoxy-devel @@ -80,7 +79,9 @@ This is the RISC-V fork of QEMU. %build -./configure --prefix=%{_prefix} --target-list=riscv-softmmu --disable-werror +./configure --prefix=%{_prefix} --target-list=riscv-softmmu \ + --disable-xen \ + --disable-werror make