From: Philippe Coval Date: Thu, 1 Sep 2016 14:55:18 +0000 (+0200) Subject: tizen: Disable WITH_CLOUD by default X-Git-Tag: 1.2.0+RC3~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7252457fc2f63a43e89c64ac8c3dff8c19dc7d1a;p=platform%2Fupstream%2Fiotivity.git 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 --- diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index f375b05..3470d4c 100644 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -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}