yocto: Updated scons build configuration for Yocto
[platform/upstream/iotivity.git] / build_common / external_libs.scons
index f1e8295..06d3e0f 100644 (file)
@@ -140,5 +140,5 @@ env.AddMethod(__download, "Download")
 env.AddMethod(__install_head_file, "InstallHeadFile")
 env.AddMethod(__install_lib, "InstallLib")
 
-if env.get('SECURED') == '1':
+if env.get('SECURED') == '1' and target_os != 'tizen':
        SConscript(os.path.join(env.get('SRC_DIR'), 'extlibs', 'sqlite3', 'SConscript'))