summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>2015-04-09 23:03:28 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-27 18:27:54 +0200
commita2366838e6f04fc7dc482bebe9370af2248e475f (patch)
treea2119a174affbc50c3438cd3cbae909f9c00e06c
parent10d3c8f85280a0bf867a8e4f84bcda81c290d28e (diff)
downloadmeta-openembedded-a2366838e6f04fc7dc482bebe9370af2248e475f.tar.gz
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>
-rw-r--r--meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb1
1 files changed, 1 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 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 \
11 file://sensord.conf \ 11 file://sensord.conf \
12 file://sensors.conf \ 12 file://sensors.conf \
13" 13"
14S = "${WORKDIR}"
14 15
15RDEPENDS_${PN}-dev = "" 16RDEPENDS_${PN}-dev = ""
16 17