build: force ARMv7 machine for all Tizen profile 34/64034/1 sandbox/pcoval/latest tizen submit/contrib_common/20160330.092790
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Fri, 25 Mar 2016 09:59:40 +0000 (10:59 +0100)
committerPhilippe Coval <philippe.coval@osg.samsung.com>
Tue, 29 Mar 2016 09:28:27 +0000 (11:28 +0200)
It was sucessfully tested on GearS (as developer process)

Change-Id: I97a0d3a21357ebbd4321ab7c222f12c6f1196742
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
packaging/iotivity.spec

index 44af639..59a5eb3 100644 (file)
@@ -81,7 +81,7 @@ Contains samples applications that use %{name}.
 
 # overide arch if needed
 %ifarch %arm
-%if "%{tizen}" == "2.4"
+%if "%{tizen}" != ""
 %define RPM_ARCH arm-v7a
 %endif
 %else