From addfb0b786c90333a70873bb715d84c97412b3c9 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Thu, 9 Apr 2015 23:03:28 +0300 Subject: [PATCH] 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 343971f1a4..fe2f4995f6 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 = ""