mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -95,7 +95,7 @@ RDEPENDS_${PN} += " \
|
||||
${PN}-sensorsdetect \
|
||||
${PN}-sensorsconfconvert \
|
||||
${PN}-pwmconfig \
|
||||
${PN}-isatools \
|
||||
${@bb.utils.contains('MACHINE_FEATURES', 'x86', '${PN}-isatools', '', d)} \
|
||||
"
|
||||
|
||||
# libsensors packages
|
||||
|
||||
Reference in New Issue
Block a user