sensor-hal-tm2: fix wrong ExcludeArch for 32bit arm 59/86859/1
authorkibak.yoon <kibak.yoon@samsung.com>
Mon, 5 Sep 2016 08:31:21 +0000 (17:31 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Mon, 5 Sep 2016 08:32:41 +0000 (17:32 +0900)
Change-Id: I082d22609d17687bc00868f13fcaf41c7d3e5a1b
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
packaging/sensor-hal-tm2.spec

index cc2ae08..87807d8 100644 (file)
@@ -9,7 +9,7 @@ Source1:    99-sensor.rules
 Source2:    99-sensorhub.rules
 
 %if "%{?profile}" == "mobile"
-ExcludeArch: %{arm} %ix86 x86_64
+ExcludeArch: %ix86 x86_64
 %else
 ExcludeArch: %{arm} aarch64 %ix86 x86_64
 %endif