From: MyungJoo Ham Date: Mon, 26 Sep 2016 06:39:37 +0000 (+0000) Subject: Remove trivial unnecessary build dependency X-Git-Url: http://review.tizen.org/git/?p=apps%2Fcore%2Fpreloaded%2Ftaskmanager.git;a=commitdiff_plain;h=HEAD Remove trivial unnecessary build dependency 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. However, this fix is not required for Tizen 3.0 release and this is for later releases although this is a very trivial patch. Change-Id: Ia40b64382bb230432fb1ec64840edf92de70a623 Signed-off-by: MyungJoo Ham --- diff --git a/packaging/org.tizen.task-mgr.spec b/packaging/org.tizen.task-mgr.spec index 37ad15f..59e660c 100644 --- a/packaging/org.tizen.task-mgr.spec +++ b/packaging/org.tizen.task-mgr.spec @@ -6,14 +6,6 @@ Group: Applications/Core Applications License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -%if "%{?profile}" == "wearable" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - -%if "%{?profile}" == "tv" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - BuildRequires: cmake BuildRequires: edje-tools BuildRequires: gettext-tools