From: MyungJoo Ham Date: Mon, 26 Sep 2016 06:57:43 +0000 (+0000) Subject: Remove trivial unnecessary build dependency X-Git-Tag: accepted/tizen/ivi/20160929.081231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Fivi%2F20160929.081231;hp=ba3cd480c44b16834a398b8b0faf8e188606e175;p=apps%2Fnative%2Fug-mobile-ap.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: I2474411c1afb35cd767328c8faa8eff2c17dd06f Signed-off-by: MyungJoo Ham --- diff --git a/packaging/ug-setting-mobileap-efl.spec b/packaging/ug-setting-mobileap-efl.spec index e2b1756..59ec419 100755 --- a/packaging/ug-setting-mobileap-efl.spec +++ b/packaging/ug-setting-mobileap-efl.spec @@ -9,13 +9,6 @@ Group: App/Network License: Flora-1.1 Source0: %{name}-%{version}.tar.gz -%if "%{?profile}" == "wearable" -ExcludeArch: %{arm} %ix86 x86_64 -%endif -%if "%{?profile}" == "tv" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - BuildRequires: pkgconfig(evas) BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(ui-gadget-1)