mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
lmsensors: reset RDEPENDS_${PN}-dev for lmsensors and lmsensors-config
When building with dev-pkgs enabled I was hitting an error lmsensors not available. Resetting the RDEPENDS for the dev packages fixes this error as there is no lmsensors or lmsensors-config package defined. Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
fdd0601202
commit
95c8b4a653
@@ -12,6 +12,8 @@ SRC_URI = "file://fancontrol \
|
||||
file://sensors.conf \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
|
||||
do_install() {
|
||||
# Install fancontrol configuration file
|
||||
install -d ${D}${sysconfdir}
|
||||
|
||||
@@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "ecc91ba3d918e96fb7d5eb9acce978af803b130e0b33b08d5ea05b2bfc
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
|
||||
INITSCRIPT_PACKAGES = "${PN}-fancontrol ${PN}-sensord"
|
||||
INITSCRIPT_NAME_${PN}-fancontrol = "fancontrol"
|
||||
INITSCRIPT_NAME_${PN}-sensord = "sensord"
|
||||
|
||||
Reference in New Issue
Block a user