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
571 B
Diff
11 lines
571 B
Diff
--- a/service/things-manager/sampleapp/linux/configuration/SConscript
|
|
+++ b/service/things-manager/sampleapp/linux/configuration/SConscript
|
|
@@ -57,7 +57,7 @@ conserver = linux_sample_env.Program('co
|
|
conclient = linux_sample_env.Program('con-client', 'con-client.cpp')
|
|
bootstrapserver = linux_sample_env.Program('bootstrapserver', 'bootstrapserver.cpp')
|
|
Alias("ConServerApp", conserver)
|
|
-Alias("ConCleintApp", conclient)
|
|
+Alias("ConClientApp", conclient)
|
|
Alias("BootstrapServerApp", bootstrapserver)
|
|
env.AppendTarget('ConServerApp')
|
|
env.AppendTarget('ConClientApp')
|