tizen: Disable WITH_CLOUD by default
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 1 Sep 2016 14:55:18 +0000 (16:55 +0200)
committerZiran Sun <ziran.sun@samsung.com>
Mon, 26 Sep 2016 08:46:09 +0000 (08:46 +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>
tools/tizen/iotivity.spec

index f375b05..3470d4c 100644 (file)
@@ -38,6 +38,7 @@ Requires(post): /sbin/ldconfig
 %{!?SECURED: %define SECURED 1}
 %{!?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}
 %{!?ES_TARGET_ENROLLEE: %define ES_TARGET_ENROLLEE tizen}