summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2016-09-09 07:35:19 +0000
committerMyungJoo Ham <myungjoo.ham@samsung.com>2016-09-09 07:35:19 +0000
commiteb2c845f339731b642b804876ad2518832a7b445 (patch)
tree880b8f86b132b5e0cc685fbf1ab324f7d9cca177
parentbb7edf1901b42aafd0db548fdcb8a3bdee36a512 (diff)
downloadmessages-eb2c845f339731b642b804876ad2518832a7b445.tar.gz
messages-eb2c845f339731b642b804876ad2518832a7b445.tar.bz2
messages-eb2c845f339731b642b804876ad2518832a7b445.zip
Remove unnecessary profile dependencies from build spec
If TV profile does not need this, update meta-tv.git and build project so that it does not include this package. If it already does not include this, the code being deleted is already a dead code that you did not need anyway. Change-Id: I1e5d2ffa2d940577ea9a550e66aa6d58c70090a5 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r--packaging/capi-messaging-messages.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/capi-messaging-messages.spec b/packaging/capi-messaging-messages.spec
index dba9254..526ee8c 100644
--- a/packaging/capi-messaging-messages.spec
+++ b/packaging/capi-messaging-messages.spec
@@ -5,10 +5,6 @@ Release: 1
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
-%if "%{?profile}" == "tv"
-ExcludeArch: %{arm} %ix86 x86_64
-%endif
-
BuildRequires: cmake
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(glib-2.0)