mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
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@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
DEPENDS = " \
|
||||
bison-native \
|
||||
flex-native \
|
||||
rrdtool \
|
||||
virtual/libiconv \
|
||||
"
|
||||
|
||||
@@ -91,7 +90,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 \
|
||||
|
||||
Reference in New Issue
Block a user