diff options
Diffstat (limited to 'net/iotivity/patches/030-remove-check-for-curl.patch')
-rw-r--r-- | net/iotivity/patches/030-remove-check-for-curl.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iotivity/patches/030-remove-check-for-curl.patch b/net/iotivity/patches/030-remove-check-for-curl.patch index fd3fe53c7..475976d94 100644 --- a/net/iotivity/patches/030-remove-check-for-curl.patch +++ b/net/iotivity/patches/030-remove-check-for-curl.patch @@ -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 |