From: Philippe Coval Date: Fri, 25 Mar 2016 09:59:40 +0000 (+0100) Subject: build: force ARMv7 machine for all Tizen profile X-Git-Tag: submit/contrib_common/20160330.092790^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;p=contrib%2Fiotivity.git build: force ARMv7 machine for all Tizen profile It was sucessfully tested on GearS (as developer process) Change-Id: I97a0d3a21357ebbd4321ab7c222f12c6f1196742 Signed-off-by: Philippe Coval --- diff --git a/packaging/iotivity.spec b/packaging/iotivity.spec index 44af639..59a5eb3 100644 --- a/packaging/iotivity.spec +++ b/packaging/iotivity.spec @@ -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