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

b40290 at freescale.com b40290 at freescale.com
Tue Apr 28 05:25:23 UTC 2015


From: Chunrong Guo <B40290 at freescale.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: Chunrong Guo <B40290 at freescale.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.9.2




More information about the Openembedded-devel mailing list