This brings IoTivity to version 0.9.2 in addition it does the following: * split C and C++ Stack into two packages * backport some patches which are adding missing dependencies to the shared libs * remove patches merged upstream * add some other patches fixing some problems, most of them are already merged upstream * activate security and logging support Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
24 lines
1 KiB
Diff
24 lines
1 KiB
Diff
--- a/resource/SConscript
|
|
+++ b/resource/SConscript
|
|
@@ -67,7 +67,7 @@ if target_os == 'linux':
|
|
SConscript('csdk/stack/samples/linux/secure/SConscript')
|
|
|
|
# Build C/C++ unit tests
|
|
- SConscript('unit_tests.scons')
|
|
+ # SConscript('unit_tests.scons')
|
|
|
|
elif target_os == 'darwin':
|
|
env.Command('../../out/darwin/iotivity-csdk.framework',None,src_dir + '/tools/darwin/mkfwk_osx.sh')
|
|
--- a/service/resource-encapsulation/SConscript
|
|
+++ b/service/resource-encapsulation/SConscript
|
|
@@ -101,7 +101,7 @@ SConscript('examples/SConscript')
|
|
######################################################################
|
|
# Build UnitTests Resource Client , resourceCache and resourceBroker
|
|
################################################ ######################
|
|
-SConscript('unittests/SConscript')
|
|
-SConscript('src/resourceCache/unittests/SConscript')
|
|
-SConscript('src/resourceBroker/unittest/SConscript')
|
|
+#SConscript('unittests/SConscript')
|
|
+#SConscript('src/resourceCache/unittests/SConscript')
|
|
+#SConscript('src/resourceBroker/unittest/SConscript')
|
|
|