[oe] [meta-oe][PATCH] lmsensors-config: fix a warning about not existant S

b40527 at freescale.com b40527 at freescale.com
Thu Jul 23 02:42:07 UTC 2015


From: Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com>

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 = ""
 
-- 
1.8.3.2




More information about the Openembedded-devel mailing list