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 <dmitry_eremin@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Dmitry Eremin-Solenikov
2015-04-09 23:03:28 +03:00
committed by Martin Jansa
parent 5f60c8ce81
commit addfb0b786
@@ -11,6 +11,7 @@ SRC_URI = "file://fancontrol \
file://sensord.conf \
file://sensors.conf \
"
S = "${WORKDIR}"
RDEPENDS_${PN}-dev = ""