package/collectd: Fix build issue with SENSORS_API_VERSION >= 0x500
authorVadim Kochan <vadim4j@gmail.com>
Tue, 1 Jan 2019 09:59:54 +0000 (11:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 1 Jan 2019 10:13:49 +0000 (11:13 +0100)
commite8da238787216c03ed49eed135bfde515533fe6e
tree7c17b37c5bcad1a2fadd51dc8b030f926c54774d
parentf2b783a8f237e8294bc371d3e52d3e994cfd80ef
package/collectd: Fix build issue with SENSORS_API_VERSION >= 0x500

Current collectd version 5.7.1 fails to compile because there is a
check which breaks the compilation if lm_sensors API >= 0x500, but in
the mainline codebase this check was removed in commit:

  https://github.com/collectd/collectd/commit/069796bd76dd1ab0089a64f7c9c2a3c9f1475414

So add backported patch based on this commit.

Fixes:

  http://autobuild.buildroot.net/results/c3c84ca6e11b268ba5ada7e3dca18bca681ee43d/

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/collectd/0003-sensors-Removed-checks-for-upper-limit-of-SENSORS_AP.patch [new file with mode: 0644]