From 6954a84a1466bf43d394ac967e361800226caad0 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Thu, 1 Sep 2016 16:55:18 +0200 Subject: [PATCH] tizen: Disable WITH_CLOUD by default Even if the code is building, I have disabled it by default, to align default values set in ./build_common/SConscript If needed it can be enabled, but make sure a value is set to it. Bug: https://jira.iotivity.org/browse/IOT-1295 Change-Id: Id075b0479185aea2e13396df51ffecd56a9e183f Origin: https://gerrit.iotivity.org/gerrit/#/c/11305/ Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/11737 Tested-by: jenkins-iotivity Reviewed-by: Ziran Sun (cherry picked from commit 7252457fc2f63a43e89c64ac8c3dff8c19dc7d1a) Reviewed-on: https://gerrit.iotivity.org/gerrit/11305 --- tools/tizen/iotivity.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index da5cfb9..0dd2e4b 100644 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -38,6 +38,7 @@ Requires(post): /sbin/ldconfig %{!?SECURED: %define SECURED 0} %{!?LOGGING: %define LOGGING 1} %{!?ROUTING: %define ROUTING EP} +%{!?WITH_CLOUD: %define WITH_CLOUD 0} %{!?WITH_TCP: %define WITH_TCP 1} %{!?WITH_PROXY: %define WITH_PROXY 0} %{!?WITH_MQ: %define WITH_MQ OFF} -- 2.7.4