summaryrefslogtreecommitdiffstats
path: root/meta-oe
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
parent5f60c8ce812cf9caab16aa50c0ba41c512314f14 (diff)
downloadmeta-openembedded-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')
-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