Remove trivial unnecessary build dependency 29/89629/2
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 26 Sep 2016 07:21:50 +0000 (07:21 +0000)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 8 Nov 2016 07:21:40 +0000 (23:21 -0800)
- This is for Tizen 4.0 (tizen branch)

If this package is not requires for TV/Wearable profile,
Removing this from meta-tv.git, meta-wearable.git, Tizen:Wearable
OBS profile, and Tizen:TV OBS profile is sufficient.

Using "profile" macro in spec file is
not recommended and should become deprecated later.

Change-Id: I717bcc3eaa1751ab49d69ebe181eaa37877b13c0
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/org.tizen.volume.spec

index ea1a6ee..92cde81 100755 (executable)
@@ -1,12 +1,5 @@
 %define _project_name volume
 %define _package_name org.tizen.%{_project_name}
-%if "%{profile}" == "wearable"
-ExcludeArch: %{arm} %ix86 x86_64
-%endif
-
-%if "%{profile}" == "tv"
-ExcludeArch: %{arm} %ix86 x86_64
-%endif
 
 Name:          org.tizen.volume
 Summary:       Volume application (EFL)