[oe-commits] Dmitry Eremin-Solenikov : lmsensors-config: fix a warning about not existant S

git at git.openembedded.org git at git.openembedded.org
Mon Sep 14 10:33:30 UTC 2015


Module: meta-openembedded.git
Branch: fido
Commit: a2366838e6f04fc7dc482bebe9370af2248e475f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a2366838e6f04fc7dc482bebe9370af2248e475f

Author: Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com>
Date:   Thu Apr  9 23:03:28 2015 +0300

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 at mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 343971f..fe2f499 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 = ""
 



More information about the Openembedded-commits mailing list