Disable TV profile build explicitly 52/66552/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 19 Apr 2016 11:00:24 +0000 (20:00 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 19 Apr 2016 11:00:24 +0000 (20:00 +0900)
Change-Id: I121db16f70d9cf89e7d6b4d72c6d751df423ad4c
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/context.spec

index 5026475..24528a1 100644 (file)
@@ -8,6 +8,10 @@ Source0:    %{name}-%{version}.tar.gz
 
 %define BUILD_PROFILE %{?profile}%{!?profile:%{?tizen_profile_name}}
 
+%if "%{?BUILD_PROFILE}" == "tv"
+ExcludeArch: %{arm} aarch64 %ix86 x86_64
+%endif
+
 BuildRequires: cmake
 BuildRequires: pkgconfig(libcontext-shared)
 BuildRequires: pkgconfig(aul)