IoTivity is a Internet of Things framework implementing the Open Interconnect Consortium Specification. The current version of IoTivity is still in heavy development and does not support all its intended features, but I still want to add it to the packages feed to make it easier for others to extend the OpenWrt support. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
11 lines
315 B
Diff
11 lines
315 B
Diff
--- a/resource/SConscript
|
|
+++ b/resource/SConscript
|
|
@@ -61,7 +61,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':
|
|
# Build linux samples for now.
|