[oe-commits] [meta-openembedded] 04/13: lmsensors: Fix sensord dependencies

git at git.openembedded.org git at git.openembedded.org
Sun Mar 15 20:35:25 UTC 2020


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch zeus-next
in repository meta-openembedded.

commit a61b6c3f54343c54c923ee23b89cf797e4cf504a
Author: Paul Barker <pbarker at konsulko.com>
AuthorDate: Mon Mar 2 17:18:34 2020 +0000

    lmsensors: Fix sensord dependencies
    
    If sensord is removed from PACKAGECONFIG, the recipe should not depend
    on rrdtool and the lmsensors package should not depend on
    lmsensors-sensord.
    
    Signed-off-by: Paul Barker <pbarker at konsulko.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    
    Backport of 5674b0a9e8778f7538419451e629ef0c13711123 from master branch.
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-bsp/lm_sensors/lmsensors_3.5.0.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.5.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.5.0.bb
index ffafd17..316d066 100644
--- a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.5.0.bb
+++ b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.5.0.bb
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
 DEPENDS = " \
     bison-native \
     flex-native \
-    rrdtool \
     virtual/libiconv \
 "
 
@@ -93,7 +92,7 @@ ALLOW_EMPTY_${PN} = "1"
 RDEPENDS_${PN} += " \
     ${PN}-libsensors \
     ${PN}-sensors \
-    ${PN}-sensord \
+    ${@bb.utils.contains('PACKAGECONFIG', 'sensord', '${PN}-sensord', '', d)} \
     ${PN}-fancontrol \
     ${PN}-sensorsdetect \
     ${PN}-sensorsconfconvert \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list