mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
iotivity: update to version 1.1.0
This brings IoTivoity to version 1.1.0 The old @lantiq.com address does not work any more, update to the @intel.com address. The removed patches were merged upstream, but there are still some new ones needed. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/resource/SConscript
|
||||
+++ b/resource/SConscript
|
||||
@@ -71,7 +71,7 @@ if target_os == 'linux':
|
||||
@@ -75,7 +75,7 @@ if target_os == 'linux':
|
||||
SConscript('csdk/stack/samples/linux/secure/SConscript')
|
||||
|
||||
# Build C/C++ unit tests
|
||||
@@ -9,6 +9,14 @@
|
||||
|
||||
elif target_os == 'darwin':
|
||||
env.Command('../../out/darwin/iotivity-csdk.framework',None,src_dir + '/tools/darwin/mkfwk_osx.sh')
|
||||
--- a/resource/csdk/security/provisioning/ck_manager/SConscript
|
||||
+++ b/resource/csdk/security/provisioning/ck_manager/SConscript
|
||||
@@ -47,4 +47,4 @@ x509_env.AppendUnique(LIBS = ['Base64'])
|
||||
x509_env.AppendUnique(LIBS = ['Json'])
|
||||
|
||||
SConscript('sample/SConscript')
|
||||
-SConscript('unittest/SConscript')
|
||||
+# SConscript('unittest/SConscript')
|
||||
--- a/service/resource-encapsulation/SConscript
|
||||
+++ b/service/resource-encapsulation/SConscript
|
||||
@@ -113,10 +113,10 @@ SConscript('examples/SConscript')
|
||||
@@ -29,7 +37,7 @@
|
||||
\ No newline at end of file
|
||||
--- a/service/things-manager/SConscript
|
||||
+++ b/service/things-manager/SConscript
|
||||
@@ -71,6 +71,6 @@ SConscript('sampleapp/SConscript')
|
||||
@@ -75,6 +75,6 @@ SConscript('sampleapp/SConscript')
|
||||
######################################################################
|
||||
# Build UnitTests Things Manager
|
||||
################################################ ######################
|
||||
@@ -38,3 +46,108 @@
|
||||
+# if target_os == 'linux':
|
||||
+# SConscript('unittests/SConscript')
|
||||
|
||||
--- a/service/resource-hosting/SConscript
|
||||
+++ b/service/resource-hosting/SConscript
|
||||
@@ -94,8 +94,8 @@ resourcehosting_env.UserInstallTargetHea
|
||||
'service/resource-hosting', 'Hosting.h')
|
||||
|
||||
# Go to build Unit test
|
||||
-if target_os == 'linux':
|
||||
- SConscript('unittest/SConscript')
|
||||
+# if target_os == 'linux':
|
||||
+# SConscript('unittest/SConscript')
|
||||
|
||||
# Go to build sample apps
|
||||
SConscript('SampleApp/SConscript')
|
||||
--- a/service/easy-setup/mediator/csdk/SConscript
|
||||
+++ b/service/easy-setup/mediator/csdk/SConscript
|
||||
@@ -124,8 +124,8 @@ if target_os == 'linux':
|
||||
######################################################################
|
||||
#Build UnitTestcases for Mediator[CSDK]
|
||||
################################################ ######################
|
||||
-if target_os == 'linux':
|
||||
- SConscript('unittests/SConscript')
|
||||
+# if target_os == 'linux':
|
||||
+# SConscript('unittests/SConscript')
|
||||
|
||||
|
||||
|
||||
--- a/service/easy-setup/mediator/richsdk/SConscript
|
||||
+++ b/service/easy-setup/mediator/richsdk/SConscript
|
||||
@@ -138,6 +138,6 @@ if target_os == 'linux':
|
||||
######################################################################
|
||||
#Build UnitTestcases for Mediator[RichSDK]
|
||||
################################################ ######################
|
||||
-if target_os == 'linux':
|
||||
- SConscript('unittests/SConscript')
|
||||
+# if target_os == 'linux':
|
||||
+# SConscript('unittests/SConscript')
|
||||
|
||||
--- a/service/resource-container/SConscript
|
||||
+++ b/service/resource-container/SConscript
|
||||
@@ -209,8 +209,8 @@ lib_env = conf2.Finish()
|
||||
######################################################################
|
||||
# build resource container unit tests
|
||||
######################################################################
|
||||
-if target_os == 'linux':
|
||||
- SConscript('unittests/SConscript')
|
||||
+# if target_os == 'linux':
|
||||
+# SConscript('unittests/SConscript')
|
||||
|
||||
######################################################################
|
||||
# Build Container Sample
|
||||
--- a/plugins/SConscript
|
||||
+++ b/plugins/SConscript
|
||||
@@ -35,7 +35,7 @@ if target_os not in ['android', 'arduino
|
||||
|
||||
SConscript(os.path.join('src', 'SConscript'))
|
||||
|
||||
- SConscript(os.path.join('unittests', 'SConscript'))
|
||||
+# SConscript(os.path.join('unittests', 'SConscript'))
|
||||
|
||||
if build_sample == 'ON':
|
||||
if target_os in ['linux']:
|
||||
--- a/service/scene-manager/SConscript
|
||||
+++ b/service/scene-manager/SConscript
|
||||
@@ -101,8 +101,8 @@ scenemanager_env.UserInstallTargetHeader
|
||||
scenemanager_env.UserInstallTargetHeader('include/RemoteSceneAction.h', 'service/scene-manager', 'RemoteSceneAction.h')
|
||||
|
||||
# Go to build Unit test
|
||||
-if target_os == 'linux':
|
||||
- SConscript('unittests/SConscript')
|
||||
+# if target_os == 'linux':
|
||||
+# SConscript('unittests/SConscript')
|
||||
|
||||
# Go to build sample apps
|
||||
-SConscript('sampleapp/SConscript')
|
||||
+# SConscript('sampleapp/SConscript')
|
||||
--- a/service/resource-encapsulation/src/common/SConscript
|
||||
+++ b/service/resource-encapsulation/src/common/SConscript
|
||||
@@ -122,9 +122,9 @@ if target_os == 'linux':
|
||||
'expiryTimer/unittests/ExpiryTimerTest.cpp'
|
||||
]
|
||||
|
||||
- rcs_common_test = rcs_common_test_env.Program('rcs_common_test', rcs_common_test_src)
|
||||
- Alias("rcs_common_test", rcs_common_test)
|
||||
- env.AppendTarget('rcs_common_test')
|
||||
+# rcs_common_test = rcs_common_test_env.Program('rcs_common_test', rcs_common_test_src)
|
||||
+# Alias("rcs_common_test", rcs_common_test)
|
||||
+# env.AppendTarget('rcs_common_test')
|
||||
|
||||
if env.get('TEST') == '1':
|
||||
from tools.scons.RunTest import *
|
||||
--- a/service/resource-encapsulation/src/serverBuilder/SConscript
|
||||
+++ b/service/resource-encapsulation/src/serverBuilder/SConscript
|
||||
@@ -110,9 +110,9 @@ if target_os == 'linux':
|
||||
|
||||
server_builder_test_src = env.Glob('unittests/*.cpp')
|
||||
|
||||
- server_builder_test = server_builder_test_env.Program('rcs_server_test', server_builder_test_src)
|
||||
- Alias("rcs_server_test", server_builder_test)
|
||||
- env.AppendTarget('rcs_server_test')
|
||||
+# server_builder_test = server_builder_test_env.Program('rcs_server_test', server_builder_test_src)
|
||||
+# Alias("rcs_server_test", server_builder_test)
|
||||
+# env.AppendTarget('rcs_server_test')
|
||||
|
||||
if env.get('TEST') == '1':
|
||||
from tools.scons.RunTest import *
|
||||
|
||||
Reference in New Issue
Block a user