mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
iotivity: update to version 1.2.1
This does the following changes: * update to version 1.2.1 * add iotivity-resource-directory-lib, this is needed by most applications now * do not activate security support by default, this caused some problems and needs some more settings to setup. * use sqlite version from normal package feed instead of using an own version * build against LEDE version of mbedtls * update example security configuration * remove some patches that went upstream * add some new patches fixing problems observed in my environment, most of them are on their way upstream. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/service/resource-container/SConscript
|
||||
+++ b/service/resource-container/SConscript
|
||||
@@ -175,36 +175,22 @@ if target_os in ['linux', 'tizen', 'andr
|
||||
@@ -191,36 +191,22 @@ if target_os in ['linux', 'tizen', 'andr
|
||||
# build hue sample bundle
|
||||
######################################################################
|
||||
|
||||
@@ -52,4 +52,4 @@
|
||||
+hue_resource_bundle_env.UserInstallTargetLib(HueBundle, 'libHueBundle')
|
||||
|
||||
######################################################################
|
||||
# build resource container unit tests
|
||||
# Build Container Sample
|
||||
|
||||
Reference in New Issue
Block a user