Exclude arm64 build without the mobile profile 31/102131/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 5 Dec 2016 00:55:45 +0000 (09:55 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 5 Dec 2016 05:13:01 +0000 (14:13 +0900)
Change-Id: I772f5d4deee7c543177ca57e4cea79daddd93e6c
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/org.tizen.bluetooth-share-ui.spec

index 6fa42be3bb7550e41ad6f7ca8c4cc1b26a78c3d5..46378c33c7b19b87dcedba312bd82d2a334e73b1 100755 (executable)
@@ -10,7 +10,7 @@ License:    Flora-1.1
 Source0:    %{name}-%{version}.tar.gz
 
 %if "%{?profile}" != "mobile"
-ExcludeArch: %{arm} %ix86 x86_64
+ExcludeArch: %{arm} aarch64 %ix86 x86_64
 %endif
 
 BuildRequires:  pkgconfig(dbus-glib-1)