From: Ed Bartosh Date: Tue, 10 Jun 2014 11:45:46 +0000 (+0300) Subject: Build only for Intel architectures X-Git-Tag: accepted/tizen/ivi/20140610.153435^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F18%2F22718%2F1;p=profile%2Fivi%2FOpenAVB.git Build only for Intel architectures Package is in unresolvable state for IVI arm target because of missing kernel for arm. Restricting build to Intel architectures should solve the issue. Change-Id: I0c944d5301a96aa98facf9eefecc6fc07097e96b Signed-off-by: Ed Bartosh --- diff --git a/packaging/openavb.spec b/packaging/openavb.spec index d7b8b5b..5b950dd 100644 --- a/packaging/openavb.spec +++ b/packaging/openavb.spec @@ -17,6 +17,7 @@ URL: https://github.com/intel-ethernet/Open-AVB Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: openavb-kmod-igb +ExclusiveArch: %ix86 x86_64 BuildRequires: libstdc++-devel BuildRequires: kernel-x86-ivi-devel