aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb
AgeCommit message (Collapse)Author
2016-08-22meta-oe: remove trailing spacesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-12-18lmsensors-config: fix the packaging for sensordJackie Huang
/etc/sysconfig/sensord is needed by sensord.service so it should be packaged in lmsensors-config-sensord. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-10-23lmsensors-config: add configuration file sensordLi Xin
It is needed to start sensord.service. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-04-21lmsensors-config: add rrdtool to lmsensors-config-cgi RDEPENDSDmitry Eremin-Solenikov
QA reports a warning because lmsensors-config-cgi uses rrdtool, but does not declare runtime dependency on it. Add rrdtool to RDEPENDS_${PN}-cgi. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-04-21lmsensors-config: fix a warning about not existant SDmitry Eremin-Solenikov
Set the S variable to $WORKDIR to remove the warning about S being not existant (which is true for this package, since there are no original sources for it). Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05lmsensors: split out cgi into seperate packageJack Mitchell
Split the CGI files out of sensord package into there own package. This is in order to split out the lighttpd dependancy. Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05lmsensors: reset RDEPENDS_${PN}-dev for lmsensors and lmsensors-configJack Mitchell
When building with dev-pkgs enabled I was hitting an error lmsensors not available. Resetting the RDEPENDS for the dev packages fixes this error as there is no lmsensors or lmsensors-config package defined. Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16lmsensors-config: Initial commitThomas Fitzsimmons
lmsensors-config provides lmsensors configuration files. The main lmsensors recipe provides machine-independent parts of lmsensors, while this recipe allows configuration files to be machine-specific. The packages consist of: * lmsensors-config-libsensors: libsensors configuration file * lmsensors-config-sensord: sensord logging daemon configuration files * lmsensors-config-fancontrol: fancontrol script configuration file Signed-off-by: Thomas Fitzsimmons <fitzsim@cisco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>