From 225d65260b37b5e8cd687def607f5bba4360cb8a Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Wed, 16 Nov 2016 15:08:50 +0900 Subject: [PATCH] Do Not Use profile macro in 4.0 (trivial) - This package should not be included in OBS Tizen:non-mobile projects if you do not want to build this package in Tizen:non-mobile, not saying "ExcludeArch" based on profile macro. The profile macro is going to be obsolste soon in Tizen 4.0. Change-Id: I411395744af5f116ebc3f0ed58b85e58942eafb0 Signed-off-by: MyungJoo Ham --- packaging/sensor-hal-tm2.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packaging/sensor-hal-tm2.spec b/packaging/sensor-hal-tm2.spec index 15cb332..7c0a360 100644 --- a/packaging/sensor-hal-tm2.spec +++ b/packaging/sensor-hal-tm2.spec @@ -8,11 +8,7 @@ Source0: %{name}-%{version}.tar.gz Source1: 99-sensor.rules Source2: 99-sensorhub.rules -%if "%{?profile}" == "mobile" ExcludeArch: %ix86 x86_64 -%else -ExcludeArch: %{arm} aarch64 %ix86 x86_64 -%endif BuildRequires: cmake BuildRequires: pkgconfig(dlog) -- 2.7.4