Disable build in tizen wearable profile
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 11 Dec 2015 02:22:58 +0000 (11:22 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 11 Dec 2015 02:22:58 +0000 (11:22 +0900)
Currently, crosswalk-tizen doesn't support wearable profile.

packaging/crosswalk-tizen.spec

index 4b09997..d80c4fc 100644 (file)
@@ -14,13 +14,20 @@ URL:        https://www.tizen.org
 Source0:    %{name}-%{version}.tar.gz
 Source1001: %{name}.manifest
 
-################ disable builds in X11 repos ###############
+################ disable builds in X11 repos #################
 # currently, crosswalk-tizen is not needed on X11 profiles
 # see TINF-965
 %if %{with x}
 ExclusiveArch:
 %endif
-############################################################
+##############################################################
+
+########## disable builds in wearable profile ################
+# currently, crosswalk-tizen doesn't support wearable profile
+%if "%{?profile}" == "wearable"
+ExclusiveArch:
+%endif
+##############################################################
 
 BuildRequires: boost-devel
 BuildRequires: edje-tools