tizen: Enable BT for Tizen:2.4 by default
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Wed, 12 Apr 2017 07:42:50 +0000 (16:42 +0900)
committerZiran Sun <ziran.sun@samsung.com>
Tue, 18 Apr 2017 08:59:19 +0000 (08:59 +0000)
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 <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/18811
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
tools/tizen/iotivity.spec

index 6b6e3fb..2ccdcc7 100755 (executable)
@@ -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"