From 8a1ff1d307cfd3517f2a707f3f085180db323c9e Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 21 Mar 2016 19:41:52 -0700 Subject: [PATCH] tizen: Enable Bluetooth along IP Revert "Change build option - IP only" This reverts commit 28d898d2dab5a4463ba5f7ea380258a4f4362578. Change-Id: Ia3223a2ab09ba219bf8048aa28014744e19ed4b0 Author: Yungjae Shin Origin: https://review.tizen.org/gerrit/#/c/63051/ Bug: https://jira.iotivity.org/browse/IOT-1343 Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/12353 Tested-by: jenkins-iotivity Reviewed-by: Abhishek Sharma Reviewed-by: Ziran Sun (cherry picked from commit cf0b4cbec478e84f4f6a4cc4fa118a96f6cdffb2) Reviewed-on: https://gerrit.iotivity.org/gerrit/13507 --- tools/tizen/iotivity.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index ea9dc1e..5c35b2f 100644 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -9,6 +9,11 @@ Source0: %{name}-%{version}.tar.bz2 Source1001: %{name}.manifest Source1002: %{name}-test.manifest + +%if "%{TARGET_OS}" == "linux" +%define TARGET_TRANSPORT IP +%endif + %define JOB "-j4" %if 0%{?speedpython} %define JOB %{?_smp_mflags} @@ -57,7 +62,7 @@ Source1002: %{name}-test.manifest %{!?SECURED: %define SECURED 0} %{!?TARGET_ARCH: %define TARGET_ARCH %{_arch}} %{!?TARGET_OS: %define TARGET_OS tizen} -%{!?TARGET_TRANSPORT: %define TARGET_TRANSPORT IP} +%{!?TARGET_TRANSPORT: %define TARGET_TRANSPORT IP,BT} %{!?VERBOSE: %define VERBOSE 1} %{!?WITH_CLOUD: %define WITH_CLOUD 0} %{!?WITH_MQ: %define WITH_MQ OFF} -- 2.7.4