aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lm_sensors
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-04-21 13:03:09 +0200
commitaddfb0b786c90333a70873bb715d84c97412b3c9 (patch)
tree47de2a325e7f6e4a382c5a4c37c9e83bd88421c1 /meta-oe/recipes-support/lm_sensors
parent5f60c8ce812cf9caab16aa50c0ba41c512314f14 (diff)
downloadmeta-openembedded-contrib-addfb0b786c90333a70873bb715d84c97412b3c9.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>
Diffstat (limited to 'meta-oe/recipes-support/lm_sensors')
-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 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 = ""