<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/iotivity, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2020-03-18T00:50:38Z</updated>
<entry>
<title>iotivity: remove</title>
<updated>2020-03-18T00:50:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-18T00:14:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=417d7e415f5170ac943ac4ef4a0f159c6cd9abbd'/>
<id>urn:sha1:417d7e415f5170ac943ac4ef4a0f159c6cd9abbd</id>
<content type='text'>
This package has been fairly unmaintained. I doubt anyone uses this.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>scons: Switch to standalone version, update to 3.1.2</title>
<updated>2020-01-16T12:25:48Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-01-16T12:04:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=644a16f962be7e14214efc024a59e08d067215dc'/>
<id>urn:sha1:644a16f962be7e14214efc024a59e08d067215dc</id>
<content type='text'>
* 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 &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>iotivity,smartsnmpd,gpsd: use scons from feed</title>
<updated>2019-09-13T05:14:08Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2019-07-27T22:13:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c3bacb6631ebf7591979179a660b8609f765b173'/>
<id>urn:sha1:c3bacb6631ebf7591979179a660b8609f765b173</id>
<content type='text'>
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 &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>iotivity: force use of python2 for scons</title>
<updated>2019-08-14T12:41:29Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-08-14T11:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=12528c376151cf1ec5bf9c3dec536307ab1b87da'/>
<id>urn:sha1:12528c376151cf1ec5bf9c3dec536307ab1b87da</id>
<content type='text'>
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 &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>iotivity: Backport upstream patch to fix GCC 7+ compilation</title>
<updated>2019-02-12T19:23:14Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-02-09T02:32:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0e17306c29c877e8ae9a10678b14f654e4b0b8b1'/>
<id>urn:sha1:0e17306c29c877e8ae9a10678b14f654e4b0b8b1</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>iotivity: add PKG_MIRROR_HASH</title>
<updated>2017-09-23T04:53:40Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-09-23T04:32:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b11c04d31024f8615b4046c8383952f0f643988c'/>
<id>urn:sha1:b11c04d31024f8615b4046c8383952f0f643988c</id>
<content type='text'>
Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
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 &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>iotivity: make logging configurable</title>
<updated>2017-01-09T22:31:22Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2017-01-08T21:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c5eb5aff17257a0c00199cdd91c89551974db11'/>
<id>urn:sha1:0c5eb5aff17257a0c00199cdd91c89551974db11</id>
<content type='text'>
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 &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>iotivity: install the header files</title>
<updated>2017-01-09T22:31:22Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2017-01-08T21:10:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a2bc69df691c71892137cf6849d62ab4ae95d828'/>
<id>urn:sha1:a2bc69df691c71892137cf6849d62ab4ae95d828</id>
<content type='text'>
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 &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>iotivity: replace environment patches with upstream versions</title>
<updated>2017-01-09T22:31:22Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2016-12-11T00:34:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2734f86e6eae2e5bde22e64bec60146c16c24cd8'/>
<id>urn:sha1:2734f86e6eae2e5bde22e64bec60146c16c24cd8</id>
<content type='text'>
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 &lt;hauke@hauke-m.de&gt;
</content>
</entry>
</feed>
