linux: Use system sqlite3
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Fri, 9 Dec 2016 01:12:04 +0000 (02:12 +0100)
committerPhil Coval <philippe.coval@osg.samsung.com>
Fri, 9 Dec 2016 19:47:52 +0000 (19:47 +0000)
Problem was discovered on yocto

Change-Id: I5274bed9e4b7ddcdc1b17a265a1886cd78cb631f
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/15305
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
(cherry picked from commit 08b403572985a70fe5d652378e1cfa2b72ac6a3d)
Reviewed-on: https://gerrit.iotivity.org/gerrit/15359
Reviewed-by: Habib Virji <habib.virji@samsung.com>
resource/csdk/SConscript

index 208a58b..7fcd119 100644 (file)
@@ -183,7 +183,7 @@ if with_tcp == True:
 
 if 'SERVER' in rd_mode:
     liboctbstack_src.append(OCTBSTACK_SRC + 'oicresourcedirectory.c')
-    if target_os not in ['tizen']:
+    if target_os not in ['linux', 'tizen']:
         liboctbstack_src.append('#extlibs/sqlite3/sqlite3.c')
 
 if target_os in ['linux']: