mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
lmsensors-config: add rrdtool to lmsensors-config-cgi RDEPENDS
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>
This commit is contained in:
committed by
Martin Jansa
parent
a2366838e6
commit
11643259fb
@@ -46,7 +46,7 @@ PACKAGES =+ "${PN}-fancontrol"
|
|||||||
# sensord web cgi support
|
# sensord web cgi support
|
||||||
PACKAGES =+ "${PN}-cgi"
|
PACKAGES =+ "${PN}-cgi"
|
||||||
RRECOMMENDS_${PN}-cgi = "lighttpd lighttpd-module-cgi"
|
RRECOMMENDS_${PN}-cgi = "lighttpd lighttpd-module-cgi"
|
||||||
RDEPENDS_${PN}-cgi = "${PN}-sensord"
|
RDEPENDS_${PN}-cgi = "${PN}-sensord rrdtool"
|
||||||
FILES_${PN}-cgi = "/www/*"
|
FILES_${PN}-cgi = "/www/*"
|
||||||
|
|
||||||
# libsensors configuration file
|
# libsensors configuration file
|
||||||
|
|||||||
Reference in New Issue
Block a user