From 4bafcc269b1daff1a6e559a1e7af8fb16dcf07e8 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Fri, 25 Mar 2016 10:59:40 +0100 Subject: [PATCH] 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 --- packaging/iotivity.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4