From 014c789a56668bb32c6fcd9b0df08ed01e622549 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Mon, 26 Sep 2016 07:21:50 +0000 Subject: [PATCH] Remove trivial unnecessary build dependency - 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 --- packaging/org.tizen.volume.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packaging/org.tizen.volume.spec b/packaging/org.tizen.volume.spec index ea1a6ee..92cde81 100755 --- a/packaging/org.tizen.volume.spec +++ b/packaging/org.tizen.volume.spec @@ -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) -- 2.7.4