diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-02-28 13:15:25 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-28 07:02:18 -0800 |
commit | 5674b0a9e8778f7538419451e629ef0c13711123 (patch) | |
tree | 1fca6f3783a6ed180001ef6eca299f0f7c7834e3 | |
parent | 83070e7e8691188ce125f339ca5eb51b3c98bf0f (diff) | |
download | meta-openembedded-5674b0a9e8778f7538419451e629ef0c13711123.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb index 48490e8d83..890db55bcc 100644 --- a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb +++ b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb | |||
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |||
7 | DEPENDS = " \ | 7 | DEPENDS = " \ |
8 | bison-native \ | 8 | bison-native \ |
9 | flex-native \ | 9 | flex-native \ |
10 | rrdtool \ | ||
11 | virtual/libiconv \ | 10 | virtual/libiconv \ |
12 | " | 11 | " |
13 | 12 | ||
@@ -91,7 +90,7 @@ ALLOW_EMPTY_${PN} = "1" | |||
91 | RDEPENDS_${PN} += " \ | 90 | RDEPENDS_${PN} += " \ |
92 | ${PN}-libsensors \ | 91 | ${PN}-libsensors \ |
93 | ${PN}-sensors \ | 92 | ${PN}-sensors \ |
94 | ${PN}-sensord \ | 93 | ${@bb.utils.contains('PACKAGECONFIG', 'sensord', '${PN}-sensord', '', d)} \ |
95 | ${PN}-fancontrol \ | 94 | ${PN}-fancontrol \ |
96 | ${PN}-sensorsdetect \ | 95 | ${PN}-sensorsdetect \ |
97 | ${PN}-sensorsconfconvert \ | 96 | ${PN}-sensorsconfconvert \ |