From: Philippe Coval Date: Wed, 28 Sep 2016 14:41:51 +0000 (+0200) Subject: tizen: Disable Bluetooth transport for Tizen:2.3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fbb92a0497bb54634b676c6912926da2bacfc4a;p=contrib%2Fiotivity.git tizen: Disable Bluetooth transport for Tizen:2.3 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 Reviewed-on: https://gerrit.iotivity.org/gerrit/12475 Tested-by: jenkins-iotivity Reviewed-by: Ziran Sun Reviewed-by: Ashok Babu Channa (cherry picked from commit 8fe95f36541c5191439af915396055c667404269) Reviewed-on: https://gerrit.iotivity.org/gerrit/13511 --- diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index fe9e3af..14570eb 100644 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -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