disable BT transport in iotivity.spec by default.
authorjihwan.seo <jihwan.seo@samsung.com>
Mon, 16 Jan 2017 01:54:09 +0000 (10:54 +0900)
committerAshok Babu Channa <ashok.channa@samsung.com>
Tue, 17 Jan 2017 14:23:35 +0000 (14:23 +0000)
since BT is not mandatory transport type,
it causes a waste of resource(memory).
thru, it is better to disable.

Change-Id: Ic2eabf0166383f7d391197a1fd0a4ac1ed6d185d
Signed-off-by: jihwan.seo <jihwan.seo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16419
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
tools/tizen/iotivity.spec

index f1e0dea..e8a9c26 100644 (file)
@@ -76,7 +76,7 @@ BuildRequires: python-accel-aarch64-cross-aarch64
 %{!?SECURED: %define SECURED 0}
 %{!?TARGET_ARCH: %define TARGET_ARCH %{_arch}}
 %{!?TARGET_OS: %define TARGET_OS tizen}
-%{!?TARGET_TRANSPORT: %define TARGET_TRANSPORT IP,BT}
+%{!?TARGET_TRANSPORT: %define TARGET_TRANSPORT IP}
 %{!?VERBOSE: %define VERBOSE 1}
 %{!?WITH_CLOUD: %define WITH_CLOUD 0}
 %{!?WITH_MQ: %define WITH_MQ OFF}