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:
Jack Mitchell
2013-09-24 10:36:22 +00:00
committed by Martin Jansa
parent fdd0601202
commit 95c8b4a653
2 changed files with 4 additions and 0 deletions
@@ -12,6 +12,8 @@ SRC_URI = "file://fancontrol \
file://sensors.conf \ file://sensors.conf \
" "
RDEPENDS_${PN}-dev = ""
do_install() { do_install() {
# Install fancontrol configuration file # Install fancontrol configuration file
install -d ${D}${sysconfdir} install -d ${D}${sysconfdir}
@@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "ecc91ba3d918e96fb7d5eb9acce978af803b130e0b33b08d5ea05b2bfc
inherit update-rc.d inherit update-rc.d
RDEPENDS_${PN}-dev = ""
INITSCRIPT_PACKAGES = "${PN}-fancontrol ${PN}-sensord" INITSCRIPT_PACKAGES = "${PN}-fancontrol ${PN}-sensord"
INITSCRIPT_NAME_${PN}-fancontrol = "fancontrol" INITSCRIPT_NAME_${PN}-fancontrol = "fancontrol"
INITSCRIPT_NAME_${PN}-sensord = "sensord" INITSCRIPT_NAME_${PN}-sensord = "sensord"