tizen: Scons sqlite puller should not be used
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 6 Oct 2016 09:35:36 +0000 (11:35 +0200)
committerAshok Babu Channa <ashok.channa@samsung.com>
Mon, 24 Oct 2016 08:27:01 +0000 (08:27 +0000)
Tizen wants to link with system's sqlite package

Change-Id: I685af2816d21c592e7ef67be3451bb42c4ff338d
Bug: https://jira.iotivity.org/browse/IOT-1296
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/13043
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
extlibs/sqlite3/SConscript

index 348ede3..3ef40ec 100755 (executable)
@@ -11,7 +11,7 @@ sqlite_env = env.Clone()
 target_os = sqlite_env.get('TARGET_OS')
 src_dir = sqlite_env.get('SRC_DIR')
 
-targets_need_sqlite = ['linux', 'android', 'tizen', 'msys_nt', 'windows']
+targets_need_sqlite = ['linux', 'android', 'msys_nt', 'windows']
 sqlite_dir      = src_dir + '/extlibs/sqlite3/'
 sqlite_build_dir      = src_dir + '/extlibs/sqlite3/sqlite-amalgamation-3081101/'
 sqlite_zip_file = src_dir + '/extlibs/sqlite3/sqlite-amalgamation-3081101.zip'