mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
iotivity: add IoTivity
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>
This commit is contained in:
committed by
Hauke Mehrtens
parent
deeb315ff1
commit
2627b0ea50
@@ -0,0 +1,11 @@
|
||||
--- 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.
|
||||
Reference in New Issue
Block a user