We don't have fdt

This commit is contained in:
Lubomir Rintel 2014-02-26 18:09:54 +01:00
parent 13e81f0a14
commit aeaf00e653
1 changed files with 5 additions and 1 deletions

View File

@ -132,9 +132,13 @@
%endif
# libfdt is only needed to build ARM, Microblaze or PPC emulators
%if 0%{?rhel}
%global need_fdt 0
%else
%if 0%{?system_arm:1}%{?system_microblaze:1}%{?system_ppc:1}
%global need_fdt 1
%endif
%endif
Summary: QEMU is a FAST! processor emulator
Name: qemu
@ -268,7 +272,7 @@ BuildRequires: bluez-libs-devel
BuildRequires: brlapi-devel
%if 0%{?need_fdt:1}
# For FDT device tree support
BuildRequires: libfdt-devel
#BuildRequires: libfdt-devel
%endif
# For virtfs
BuildRequires: libcap-devel