[oe-commits] Dmitry Eremin-Solenikov : lmsensors-config: add rrdtool to lmsensors-config-cgi RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Sep 14 10:33:30 UTC 2015


Module: meta-openembedded.git
Branch: fido
Commit: 11643259fbdc5e190f511fb207122b4994f9c824
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=11643259fbdc5e190f511fb207122b4994f9c824

Author: Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com>
Date:   Thu Apr  9 23:03:29 2015 +0300

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 at mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb b/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb
index fe2f499..df834a3 100644
--- a/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb
+++ b/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb
@@ -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



More information about the Openembedded-commits mailing list