mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
a2366838e6
commit
11643259fb
|
|
@ -46,7 +46,7 @@ PACKAGES =+ "${PN}-fancontrol"
|
|||
# sensord web cgi support
|
||||
PACKAGES =+ "${PN}-cgi"
|
||||
RRECOMMENDS_${PN}-cgi = "lighttpd lighttpd-module-cgi"
|
||||
RDEPENDS_${PN}-cgi = "${PN}-sensord"
|
||||
RDEPENDS_${PN}-cgi = "${PN}-sensord rrdtool"
|
||||
FILES_${PN}-cgi = "/www/*"
|
||||
|
||||
# libsensors configuration file
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user