mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00: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
29
net/iotivity/patches/002-do-not-chck-for-boost.patch
Normal file
29
net/iotivity/patches/002-do-not-chck-for-boost.patch
Normal file
@@ -0,0 +1,29 @@
|
||||
From 51e26e002aa043435f94ac0f071066090d5c2de8 Mon Sep 17 00:00:00 2001
|
||||
From: Hauke Mehrtens <hauke@hauke-m.de>
|
||||
Date: Mon, 22 Jun 2015 20:23:36 +0200
|
||||
Subject: [PATCH 5/5] do not chck for boost
|
||||
|
||||
Boost is not needed for every package just for some.
|
||||
|
||||
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
||||
---
|
||||
service/third_party_libs.scons | 8 --------
|
||||
1 file changed, 8 deletions(-)
|
||||
|
||||
--- a/service/third_party_libs.scons
|
||||
+++ b/service/third_party_libs.scons
|
||||
@@ -49,14 +49,6 @@ if target_os in ['linux', 'tizen']:
|
||||
|
||||
conf = Configure(lib_env)
|
||||
|
||||
- if target_os not in ['tizen'] and not conf.CheckLib('boost_thread', language='C++'):
|
||||
- print 'Did not find boost_thread, exiting!'
|
||||
- Exit(1)
|
||||
-
|
||||
- if target_os not in ['tizen'] and not conf.CheckLib('boost_system', language='C++'):
|
||||
- print 'Did not find boost_system, exiting!'
|
||||
- Exit(1)
|
||||
-
|
||||
lib_env = conf.Finish()
|
||||
|
||||
######################################################################
|
||||
Reference in New Issue
Block a user