From 637cd5aa9886e16fe29d5d835b4796befbb5d3bc Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 12 Apr 2017 16:42:50 +0900 Subject: [PATCH] tizen: Enable BT for Tizen:2.4 by default It was reported that BT got disabled for Tizen:2.4, after investigation it appeared that Tizen:2.4 is defined as tizen=2.3 https://build.tizen.org/project/show?project=Tizen%3A2.4%3AMobile So instead BT is disabled for Tizen:2.2 (defined as tizen=2.1) https://build.tizen.org/project/prjconf?project=Tizen%3A2.2%3ABase Bug: https://jira.iotivity.org/browse/IOT-2030 Change-Id: I0ebd08f383c396d913cdbd89801131b544534d23 Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/18811 Tested-by: jenkins-iotivity Reviewed-by: Ziran Sun --- tools/tizen/iotivity.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index 6b6e3fb..2ccdcc7 100755 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -16,7 +16,7 @@ Source1002: %{name}-test.manifest %endif %if "%{tizen}" == "2.3" -%define TARGET_TRANSPORT IP +%define TARGET_TRANSPORT IP,BT %endif %if "%{tizen}" == "3.0" -- 2.7.4