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.

24 lines
1.0 KiB

  1. From 4488170af944163b62051b2afee60386a9973c72 Mon Sep 17 00:00:00 2001
  2. From: Hauke Mehrtens <hauke.mehrtens@intel.com>
  3. Date: Thu, 31 Mar 2016 10:23:48 +0200
  4. Subject: [PATCH] remove building of provisioning service
  5. The provisioning service is not used in this build and depends on boost_thread
  6. which would add an additional unused dependency.
  7. Change-Id: Ic7edab3ae96d77339ea0f48fc76ab2534c49b6ba
  8. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
  9. ---
  10. resource/src/SConscript | 4 ++--
  11. 1 file changed, 2 insertions(+), 2 deletions(-)
  12. --- a/resource/src/SConscript
  13. +++ b/resource/src/SConscript
  14. @@ -116,5 +116,5 @@ oclib_env.UserInstallTargetHeader(header
  15. oclib_env.UserInstallTargetHeader(header_dir + 'CAManager.h', 'resource', 'CAManager.h')
  16. # Add Provisioning library
  17. -if target_os in ['linux', 'android', 'tizen'] and env.get('SECURED') == '1':
  18. - SConscript('../provisioning/SConscript')
  19. +# if target_os in ['linux', 'android', 'tizen'] and env.get('SECURED') == '1':
  20. +# SConscript('../provisioning/SConscript')