Remove trivial unnecessary build dependency 30/91230/1
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 6 Oct 2016 10:03:41 +0000 (10:03 +0000)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 6 Oct 2016 10:06:26 +0000 (10:06 +0000)
If this package is not required by TV profile,
removing this from meta-tv.git is sufficient.

For temporary build optimization, you may remove
this package from Tizen:TV OBS project as well,
which is already done so and that's why this commit
is removing completely useless while potentially
dangerous macro usage.

Using "profile" macro in spec file is
not recommended and should become deprecated later.

Another commit that removes the usage of "profile"
completely will follow soon

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: I1df8112e4932c01c937e3dcf4c7ff360e923f65c
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/bluetooth-agent.spec

index 3986b3f..1624e79 100644 (file)
@@ -9,10 +9,6 @@ License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 Source1001:    bluetooth-agent.manifest
 
-%if "%{?profile}" == "tv"
-ExcludeArch: %{arm} %ix86 x86_64
-%endif
-
 BuildRequires:  pkgconfig(aul)
 BuildRequires:  pkgconfig(bluetooth-api)
 %if "%{?profile}" == "wearable"