From 4bd616f34b6353685977bed7aba48d90b0456769 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Mon, 26 Sep 2016 05:37:19 +0000 Subject: [PATCH] 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: Id4a2771ac80a037cde9885fc577a0c66a949f16f Signed-off-by: MyungJoo Ham --- packaging/org.tizen.lockscreen.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packaging/org.tizen.lockscreen.spec b/packaging/org.tizen.lockscreen.spec index d4cfc1f..c56f9b7 100644 --- a/packaging/org.tizen.lockscreen.spec +++ b/packaging/org.tizen.lockscreen.spec @@ -6,14 +6,6 @@ Release: 1 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 -- 2.7.4