tizen: Disable WITH_CLOUD by default
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 1 Sep 2016 14:55:18 +0000 (16:55 +0200)
committerPhil Coval <philippe.coval@osg.samsung.com>
Thu, 20 Oct 2016 16:54:26 +0000 (16:54 +0000)
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 <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11737
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
(cherry picked from commit 7252457fc2f63a43e89c64ac8c3dff8c19dc7d1a)
Reviewed-on: https://gerrit.iotivity.org/gerrit/11305

tools/tizen/iotivity.spec

index da5cfb9..0dd2e4b 100644 (file)
@@ -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}