From a2366838e6f04fc7dc482bebe9370af2248e475f Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Thu, 9 Apr 2015 23:03:28 +0300 Subject: lmsensors-config: fix a warning about not existant S Set the S variable to $WORKDIR to remove the warning about S being not existant (which is true for this package, since there are no original sources for it). Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Martin Jansa --- meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb | 1 + 1 file changed, 1 insertion(+) 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 343971f1a..fe2f4995f 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 @@ -11,6 +11,7 @@ SRC_URI = "file://fancontrol \ file://sensord.conf \ file://sensors.conf \ " +S = "${WORKDIR}" RDEPENDS_${PN}-dev = "" -- cgit v1.2.3-54-g00ecf