exclude mobile/tv profile 55/77355/1 submit/tizen/20160629.114836
authorsungwook79.park <sungwook79.park@samsung.com>
Wed, 29 Jun 2016 11:35:52 +0000 (20:35 +0900)
committersungwook79.park <sungwook79.park@samsung.com>
Wed, 29 Jun 2016 11:35:52 +0000 (20:35 +0900)
Change-Id: I8e13b0f573fab1475d5d4dcc8b1dd489e9ffa58e
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
packaging/org.tizen.inputdelegator.spec

index f87a163..2be6bd6 100755 (executable)
@@ -59,6 +59,14 @@ export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
 export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
 %endif
 
+%if "%{?tizen_profile_name}" == "mobile"
+ExcludeArch: %{arm} %ix86 x86_64
+%endif
+
+%if "%{?tizen_profile_name}" == "tv"
+ExcludeArch: %{arm} %ix86 x86_64
+%endif
+
 export CXXFLAGS="$CXXFLAGS -std=gnu++0x"