pkg: remove xen-devel for aarch64
Disable xen-devel since it just got available for aarch64 in Fedora 25. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
This commit is contained in:
parent
9f9cb6fe9a
commit
90816e2c45
@ -51,7 +51,10 @@ ExclusiveArch: i686 x86_64 aarch64
|
||||
%global config %{_arch}-native-linuxapp-gcc
|
||||
%endif
|
||||
|
||||
BuildRequires: kernel-devel, kernel-headers, libpcap-devel, xen-devel
|
||||
BuildRequires: kernel-devel, kernel-headers, libpcap-devel
|
||||
%ifarch i686 x86_64
|
||||
BuildRequires: xen-devel
|
||||
%endif
|
||||
BuildRequires: doxygen, python-sphinx, inkscape
|
||||
BuildRequires: texlive-collection-latexextra
|
||||
|
||||
@ -87,7 +90,9 @@ sed -ri 's,(RTE_BUILD_SHARED_LIB=).*,\1y,' %{target}/.config
|
||||
sed -ri 's,(RTE_NEXT_ABI=).*,\1n,' %{target}/.config
|
||||
sed -ri 's,(LIBRTE_VHOST=).*,\1y,' %{target}/.config
|
||||
sed -ri 's,(LIBRTE_PMD_PCAP=).*,\1y,' %{target}/.config
|
||||
%ifarch i686 x86_64
|
||||
sed -ri 's,(LIBRTE_PMD_XENVIRT=).*,\1y,' %{target}/.config
|
||||
%endif
|
||||
make O=%{target} %{?_smp_mflags}
|
||||
make O=%{target} doc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user