Set build exclude in Wearable profile 75/63075/1 accepted/tizen/common/20160322.150552 accepted/tizen/ivi/20160322.085916 accepted/tizen/mobile/20160322.085822 accepted/tizen/tv/20160322.085839 accepted/tizen/wearable/20160322.085857 submit/tizen/20160322.050719
authorJoonsub Lee <joon-sub.lee@samsung.com>
Tue, 22 Mar 2016 05:00:07 +0000 (14:00 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Tue, 22 Mar 2016 05:00:22 +0000 (14:00 +0900)
Change-Id: I42480b42fd78ab0a28225458ebe67bd1ea3794b6
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
packaging/gst-omx.spec

index 3f0b79e..a23cf5c 100755 (executable)
@@ -3,7 +3,6 @@ Summary:        GStreamer plug-in that allows communication with OpenMAX IL comp
 Version:        1.2.0
 Release:        1
 License:        LGPL-2.1+
-ExclusiveArch: %arm
 Group:          Multimedia/Framework
 Source0:        %{name}-%{version}.tar.gz
 Source100:      common.tar.bz2
@@ -15,8 +14,8 @@ BuildRequires: pkgconfig(libtbm)
 BuildRequires: pkgconfig(mm-common)
 BuildRequires: model-build-features
 
-%if "%{model_build_feature_formfactor}" == "circle"
-ExcludeArch: %{arm}
+%if "%profile" == "wearable"
+ExclusiveArch:
 %endif
 
 %description