summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlumag <dbaryshkov@gmail.com>2020-06-22 11:53:05 +0300
committerKhem Raj <raj.khem@gmail.com>2020-06-22 08:46:33 -0700
commit428d4e68858f282b80214e1f38da489fd42aaa43 (patch)
treea48437a3dc02ad2047852067bf130b406ed7fe7c
parente9e823d1a03eec5874346ed0c87e29c376195476 (diff)
downloadmeta-openembedded-428d4e68858f282b80214e1f38da489fd42aaa43.tar.gz
lmsensors: do not depend on lmsensors-isatools on non-x86
lmsensors will build isadump and isaset only on x86 architecture. Depending on this package breaks lmsensors on all non-x86 machines. Fix this by enabling ${PN}-isatools dependency only on x86. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb2
1 files changed, 1 insertions, 1 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 890db55bcc..9c561e9f47 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
@@ -95,7 +95,7 @@ RDEPENDS_${PN} += " \
95 ${PN}-sensorsdetect \ 95 ${PN}-sensorsdetect \
96 ${PN}-sensorsconfconvert \ 96 ${PN}-sensorsconfconvert \
97 ${PN}-pwmconfig \ 97 ${PN}-pwmconfig \
98 ${PN}-isatools \ 98 ${@bb.utils.contains('MACHINE_FEATURES', 'x86', '${PN}-isatools', '', d)} \
99" 99"
100 100
101# libsensors packages 101# libsensors packages