<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/collectd, branch 2017.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-02-19T21:49:33+00:00</updated>
<entry>
<title>package/mosquito: needs sync_4</title>
<updated>2017-02-19T21:49:33+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2017-02-19T10:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=874d0784bb23d6cb5fd991f382b4401308a54afc'/>
<id>urn:sha1:874d0784bb23d6cb5fd991f382b4401308a54afc</id>
<content type='text'>
Fixes:
    http://autobuild.buildroot.org/results/2bc/2bc84ba2d1167018e2d48e5183ead22b6425dcf5/
    http://autobuild.buildroot.org/results/445/445f377ae70397b5f675f541977900e8986b79a4/
    http://autobuild.buildroot.org/results/57e/57e6984427f8c5d906a93884cc461b8f93cf5ce0/
    ...

[Peter: also add dependency to mosquitto comment]
Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Cc: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>collectd: bump to version 5.7.1</title>
<updated>2017-01-24T13:02:10+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2017-01-24T10:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=61df194ad37c44da697f2cdbc452f48bbd5342c9'/>
<id>urn:sha1:61df194ad37c44da697f2cdbc452f48bbd5342c9</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>collectd: fix libgcrypt support</title>
<updated>2017-01-10T20:07:30+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2017-01-10T13:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=01cd62a31c2e04ea9acaca9cfca527a938e40e85'/>
<id>urn:sha1:01cd62a31c2e04ea9acaca9cfca527a938e40e85</id>
<content type='text'>
For the newer versions the collectd configure script expects
libgcrypt-config as parameter rather than the location for the
libgcrypt-config script. Adjust the package to account for this.
Fixes:
http://autobuild.buildroot.net/results/a49/a494bc905e4509528c4932f76a094b9ea8e70bd3/

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>collectd: fix riemann write plugin dependencies</title>
<updated>2017-01-03T22:48:59+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2016-12-28T22:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=103fd78bf77693d6e79212d1b8ec825ffd78fdba'/>
<id>urn:sha1:103fd78bf77693d6e79212d1b8ec825ffd78fdba</id>
<content type='text'>
Fixes:
http://autobuild.buildroot.org/results/fe5/fe5b5ed6355a794e84894c4aaf62eda6529ed184/
http://autobuild.buildroot.org/results/6c3/6c393cffb6ad4e676e311e9fc23ddbb2bcc2cf36/

The plugin uses the riemann-c-client library since commit d55584214206
(write_riemann: Use riemann-c-client), so adjust the dependencies to match.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
Acked-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>collectd: fix option passed to the snmp dependency</title>
<updated>2016-12-26T08:38:42+00:00</updated>
<author>
<name>Jack Kao</name>
<email>jackzzjack@gmail.com</email>
</author>
<published>2016-12-25T13:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a1914921ebc3c5d5720d7249e3dc2e5d030471f4'/>
<id>urn:sha1:a1914921ebc3c5d5720d7249e3dc2e5d030471f4</id>
<content type='text'>
--with-libnetsnmp doesn't take a path to the netsnmp config script,
but to the sysroot where netsnmp can be found.

Fixes:

  http://autobuild.buildroot.org/results/358e2f02f42e08fe362ecd46e636c0048e77c21f/

Signed-off-by: Jack Kao &lt;jackzzjack@gmail.com&gt;
[Thomas: path is $(STAGING_DIR)/usr, not $(STAGING_DIR)/usr/include.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>collectd: add write_prometheus plugin support</title>
<updated>2016-12-23T21:46:04+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2016-12-22T01:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=2db9867da9bc43dad29de4678273e1b508b4c535'/>
<id>urn:sha1:2db9867da9bc43dad29de4678273e1b508b4c535</id>
<content type='text'>
Add explicit support for the write_prometheus plugin, it requires the
libmicrohttpd and protobuf-c libraries.

[Peter: add note about where dependencies come from]
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>collectd: add gps plugin support</title>
<updated>2016-12-23T21:42:09+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2016-12-22T01:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b0631a385863217ab9b781183264400e553cb2bd'/>
<id>urn:sha1:b0631a385863217ab9b781183264400e553cb2bd</id>
<content type='text'>
Add explicit support for the gps plugin that uses libgps from the gpsd
package.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>collectd: explicitly disable intel_rdt plugin</title>
<updated>2016-12-23T21:42:00+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2016-12-22T01:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1e8a15a01466aa5cb224c9ad213b32f024d82043'/>
<id>urn:sha1:1e8a15a01466aa5cb224c9ad213b32f024d82043</id>
<content type='text'>
It requires the libpqos library which buildroot doesn't provide yet.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>collectd: explicitly disable dpdkstat plugin</title>
<updated>2016-12-23T21:41:47+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2016-12-22T01:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b3d7b588f42e7231ef613f592448b4be22e136c3'/>
<id>urn:sha1:b3d7b588f42e7231ef613f592448b4be22e136c3</id>
<content type='text'>
It requires the libdpdk library which buildroot doesn't provide yet.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>collectd: add hugepages plugin support</title>
<updated>2016-12-23T21:41:33+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2016-12-22T01:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d430b24ecd4da25fd195905e6f92a501cf79ade0'/>
<id>urn:sha1:d430b24ecd4da25fd195905e6f92a501cf79ade0</id>
<content type='text'>
Add explicit support for the new hugepages dependency-less plugin.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
