mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
lmsensors: split out cgi into seperate package
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>
This commit is contained in:
committed by
Martin Jansa
parent
95c8b4a653
commit
6fd61c04df
@@ -42,11 +42,17 @@ PACKAGES =+ "${PN}-sensord"
|
||||
# fancontrol script configuration
|
||||
PACKAGES =+ "${PN}-fancontrol"
|
||||
|
||||
# sensord web cgi support
|
||||
PACKAGES =+ "${PN}-cgi"
|
||||
RRECOMMENDS_${PN}-cgi = "lighttpd lighttpd-module-cgi"
|
||||
RDEPENDS_${PN}-cgi = "${PN}-sensord"
|
||||
FILES_${PN}-cgi = "/www/*"
|
||||
|
||||
# libsensors configuration file
|
||||
FILES_${PN}-libsensors = "${sysconfdir}/sensors.d/sensors.conf"
|
||||
|
||||
# sensord logging daemon configuration files
|
||||
FILES_${PN}-sensord = "${sysconfdir}/sensord.conf /www/*"
|
||||
FILES_${PN}-sensord = "${sysconfdir}/sensord.conf"
|
||||
|
||||
# fancontrol script configuration file
|
||||
FILES_${PN}-fancontrol = "${sysconfdir}/fancontrol"
|
||||
|
||||
@@ -93,7 +93,7 @@ RDEPENDS_${PN}-sensors = "${PN}-libsensors"
|
||||
FILES_${PN}-sensord = "${bindir}/sensord ${sysconfdir}/init.d/sensord"
|
||||
FILES_${PN}-sensord-dbg = "${bindir}/.debug/sensord"
|
||||
FILES_${PN}-sensord-doc = "${mandir}/man8/sensord.8"
|
||||
RDEPENDS_${PN}-sensord = "${PN}-sensors rrdtool lighttpd lighttpd-module-cgi"
|
||||
RDEPENDS_${PN}-sensord = "${PN}-sensors rrdtool"
|
||||
RRECOMMENDS_${PN}-sensord = "lmsensors-config-sensord"
|
||||
|
||||
# fancontrol script files
|
||||
|
||||
Reference in New Issue
Block a user