You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
980 B

  1. From 08b403572985a70fe5d652378e1cfa2b72ac6a3d Mon Sep 17 00:00:00 2001
  2. From: Philippe Coval <philippe.coval@osg.samsung.com>
  3. Date: Fri, 9 Dec 2016 02:12:04 +0100
  4. Subject: [PATCH] linux: Use system sqlite3
  5. Problem was discovered on yocto
  6. Change-Id: I5274bed9e4b7ddcdc1b17a265a1886cd78cb631f
  7. Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
  8. Reviewed-on: https://gerrit.iotivity.org/gerrit/15305
  9. Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
  10. Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
  11. ---
  12. resource/csdk/SConscript | 2 +-
  13. 1 file changed, 1 insertion(+), 1 deletion(-)
  14. --- a/resource/csdk/SConscript
  15. +++ b/resource/csdk/SConscript
  16. @@ -191,7 +191,7 @@ if with_tcp == True:
  17. if 'SERVER' in rd_mode:
  18. liboctbstack_src.append(OCTBSTACK_SRC + 'oicresourcedirectory.c')
  19. - if target_os not in ['tizen']:
  20. + if target_os not in ['linux', 'tizen']:
  21. liboctbstack_src.append('#extlibs/sqlite3/sqlite3.c')
  22. if target_os in ['linux']: