From: MyungJoo Ham Date: Wed, 16 Nov 2016 06:05:36 +0000 (+0900) Subject: Do Not Use profile macro in 4.0 (trivial) X-Git-Tag: submit/tizen/20210607.085043~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92b3e8d6b3745f8c45e7908a3e02d156540e16b6;p=platform%2Fhal%2Fbackend%2Ftm1%2Fsensor-tm1.git 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: I77fb9441249635aa5835e0a736c12a697b50fdc9 Signed-off-by: MyungJoo Ham --- diff --git a/packaging/sensor-hal-tm1.spec b/packaging/sensor-hal-tm1.spec index 93c7bb0..13f3ad2 100644 --- a/packaging/sensor-hal-tm1.spec +++ b/packaging/sensor-hal-tm1.spec @@ -7,11 +7,7 @@ License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1: 99-sensor.rules -%if "%{?profile}" == "mobile" ExcludeArch: aarch64 %ix86 x86_64 -%else -ExcludeArch: %{arm} aarch64 %ix86 x86_64 -%endif BuildRequires: cmake BuildRequires: pkgconfig(dlog)