mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
iotivity: update to version 1.1.0
This brings IoTivoity to version 1.1.0 The old @lantiq.com address does not work any more, update to the @intel.com address. The removed patches were merged upstream, but there are still some new ones needed. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/service/resource-container/SConscript
|
||||
+++ b/service/resource-container/SConscript
|
||||
@@ -176,35 +176,21 @@ if target_os in ['linux', 'tizen', 'andr
|
||||
@@ -175,36 +175,22 @@ if target_os in ['linux', 'tizen', 'andr
|
||||
# build hue sample bundle
|
||||
######################################################################
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
-
|
||||
- HueBundle = hue_resource_bundle_env.SharedLibrary('HueBundle', hue_resource_bundle_src)
|
||||
- hue_resource_bundle_env.InstallTarget(HueBundle, 'libHueBundle')
|
||||
- hue_resource_bundle_env.UserInstallTargetLib(HueBundle, 'libHueBundle')
|
||||
-lib_env = conf2.Finish()
|
||||
+hue_resource_bundle_env = resource_container_env.Clone()
|
||||
+hue_resource_bundle_env.AppendUnique(CCFLAGS = ['-fPIC'])
|
||||
@@ -48,6 +49,7 @@
|
||||
+
|
||||
+HueBundle = hue_resource_bundle_env.SharedLibrary('HueBundle', hue_resource_bundle_src)
|
||||
+hue_resource_bundle_env.InstallTarget(HueBundle, 'libHueBundle')
|
||||
+hue_resource_bundle_env.UserInstallTargetLib(HueBundle, 'libHueBundle')
|
||||
|
||||
######################################################################
|
||||
# build resource container unit tests
|
||||
|
||||
Reference in New Issue
Block a user