tizen: Disable Bluetooth transport for Tizen:2.3
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Wed, 28 Sep 2016 14:41:51 +0000 (16:41 +0200)
committerPhil Coval <philippe.coval@osg.samsung.com>
Fri, 21 Oct 2016 08:50:52 +0000 (08:50 +0000)
Tizen:2.3:Wearable (Samsung GearS) builds at least.
Because it's not building using outdated capi BT packages.

Change-Id: Id1b37df55bbdebd7ada1413935f5306ccd1e0002
Bug: https://jira.iotivity.org/browse/IOT-1320
Origin: https://gerrit.iotivity.org/gerrit/#/c/12475/
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12475
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
(cherry picked from commit 8fe95f36541c5191439af915396055c667404269)
Reviewed-on: https://gerrit.iotivity.org/gerrit/13511

tools/tizen/iotivity.spec

index fe9e3af..14570eb 100644 (file)
@@ -9,6 +9,10 @@ Source0: %{name}-%{version}.tar.bz2
 Source1001: %{name}.manifest
 Source1002: %{name}-test.manifest
 
+%if "%{tizen}" == "2.3"
+%define TARGET_TRANSPORT IP
+%endif
+
 %if "%{profile}" == "ivi"
 %define TARGET_TRANSPORT IP
 %endif