From: MyungJoo Ham Date: Mon, 26 Sep 2016 05:40:59 +0000 (+0000) Subject: Remove trivial unnecessary build dependency X-Git-Tag: accepted/tizen/ivi/20161207.025417~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b660b4f7d2774f112191d4af7ba180b89d35a5a3;p=apps%2Fcore%2Fpreloaded%2Fquickpanel.git 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: I34579c007d9888496a3042edcbd2d21b58add1ea Signed-off-by: MyungJoo Ham --- diff --git a/packaging/org.tizen.quickpanel.spec b/packaging/org.tizen.quickpanel.spec index 411fbb7..eb288e3 100755 --- a/packaging/org.tizen.quickpanel.spec +++ b/packaging/org.tizen.quickpanel.spec @@ -10,14 +10,6 @@ License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source103: org.tizen.quickpanel.manifest -%if "%{?profile}" == "wearable" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - -%if "%{?profile}"=="tv" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - BuildRequires: pkgconfig(capi-appfw-application) BuildRequires: pkgconfig(capi-system-runtime-info) BuildRequires: pkgconfig(capi-system-info)