aboutsummaryrefslogtreecommitdiff
path: root/net/iotivity
Commit message (Collapse)AuthorAge
* iotivity: removeRosen Penev2020-03-17
| | | | | | This package has been fairly unmaintained. I doubt anyone uses this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* scons: Switch to standalone version, update to 3.1.2Jeffery To2020-01-16
| | | | | | | | | | | | | | | | | | | | * Install the standalone (scons-local) version Advantages: - The regular version of SCons requires distutils during installation; the standalone version does not have this requirement Disadvantages: - The scons-local package is not available from the Fossies mirror - The patch will need to be manually updated with each version update * Install files to $(STAGING_DIR_HOSTPKG) instead of $(STAGING_DIR_HOST) * Write the correct shebang into scripts instead of using the wrapper * Update to 3.1.2 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* iotivity,smartsnmpd,gpsd: use scons from feedPetr Štetiar2019-09-13
| | | | | | | | commit 0c090fde68b2 ("scons: move host build tool to a proper place") has moved scons into the packages feeds, so switch to that package include and adjust build dependency to a new scons home. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* iotivity: force use of python2 for sconsEneas U de Queiroz2019-08-14
| | | | | | | iotivity's scons build script is not compatible with python3, so use python2.7 from python/host to run it. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* iotivity: Backport upstream patch to fix GCC 7+ compilationRosen Penev2019-02-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* iotivity: add PKG_MIRROR_HASHEtienne Champetier2017-09-22
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* iotivity: make logging configurableHauke Mehrtens2017-01-09
| | | | | | | Before this change logging was always activated and then IoTivity wrote a lot of debug messages. Make it now configurable. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* iotivity: install the header filesHauke Mehrtens2017-01-09
| | | | | | | Install the header files needed to build something against IoTivity. This will have it easier to build an application using IoTivity library. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* iotivity: replace environment patches with upstream versionsHauke Mehrtens2017-01-09
| | | | | | | | These patches are making it possible to provide the compiler settings from the environment so LEDE can change them. This replaces the old patches with the versions send for upstream inclusion. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* iotivity: update to version 1.2.1Hauke Mehrtens2017-01-09
| | | | | | | | | | | | | | | | | | 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>
* iotivity: remove things managerHauke Mehrtens2017-01-09
| | | | | | This is not supported in IoTivity 1.2.1 any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* iotivity: add simple client + serverHauke Mehrtens2017-01-09
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* iotivity: add some default security configurationHauke Mehrtens2016-07-02
| | | | | | This is just a dummy configuration. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* iotivity: make it possible to build the debug versionHauke Mehrtens2016-07-02
| | | | | | This adds a new config option to build IoTivity with debugging support. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* iotivity: fix package dependenciesHauke Mehrtens2016-07-02
| | | | | | | add PKG_BUILD_DEPENDS and PKG_CONFIG_DEPENDS and also make the sub packages select the main package. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* iotivity: update to version 1.1.0Hauke Mehrtens2016-07-02
| | | | | | | | | | 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>
* net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* iotivity: add resource-containerHauke Mehrtens2015-10-27
| | | | | | This is the new interface to add support for non OIC protocols to IoTivity. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
* iotivity: update to version 1.0.0Hauke Mehrtens2015-10-27
| | | | | | | | | This brings IoTivity to version 1.0.0. The patches removed by this commit are merged upstream now. There are some new patches needed for new problems with Big Endian CPUs and also for musl. The plugin manager was removed in upstream IoTivity 1.0.0. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
* iotivity: update to version 0.9.2Hauke Mehrtens2015-08-29
| | | | | | | | | | | This brings IoTivity to version 0.9.2 in addition it does the following: * split C and C++ Stack into two packages * backport some patches which are adding missing dependencies to the shared libs * remove patches merged upstream * add some other patches fixing some problems, most of them are already merged upstream * activate security and logging support Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
* iotivity: deactivate it on uClibcHauke Mehrtens2015-07-12
| | | | | | | | | | | | | IoTivity makes use of std::sto* and this is deactivated because GCC things uClibc does not support C11, but it supports this part, not C11 completely. To make IoTivity work with uClibc a patch for this bug is needed: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58393 An option would be this patch: https://github.com/maximeh/buildroot/blob/master/package/gcc/4.9.1/850-libstdcxx-uclibc-c99.patch Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* iotivity: add IoTivityHauke Mehrtens2015-07-01
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>