[oe-commits] Jack Mitchell : lmsensors: reset RDEPENDS_${PN}-dev for lmsensors and lmsensors-config

git at git.openembedded.org git at git.openembedded.org
Sat Oct 5 10:27:12 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 95c8b4a653166a8f7062e609ebcbdd017129dc45
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=95c8b4a653166a8f7062e609ebcbdd017129dc45

Author: Jack Mitchell <jmitchell at cbnl.com>
Date:   Tue Sep 24 10:36:22 2013 +0000

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 at cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../lm_sensors/lmsensors-config_1.0.bb             |    2 ++
 .../recipes-support/lm_sensors/lmsensors_3.3.3.bb  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb b/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb
index 058ae1b..349cee6 100644
--- a/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb
+++ b/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb
@@ -12,6 +12,8 @@ SRC_URI = "file://fancontrol \
            file://sensors.conf \
 "
 
+RDEPENDS_${PN}-dev = ""
+
 do_install() {
     # Install fancontrol configuration file
     install -d ${D}${sysconfdir}
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb b/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb
index 60df0c6..b3a208e 100644
--- a/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb
+++ b/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb
@@ -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"



More information about the Openembedded-commits mailing list