mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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
addfb0b786
commit
4a4b9d25db
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user