All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][fido][PATCH] lmsensors-config: fix a warning about not existant S
@ 2015-04-28  5:25 b40290
  2015-04-28 11:00 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: b40290 @ 2015-04-28  5:25 UTC (permalink / raw)
  To: openembedded-devel

From: Chunrong Guo <B40290@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@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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-27 16:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28  5:25 [meta-networking][fido][PATCH] lmsensors-config: fix a warning about not existant S b40290
2015-04-28 11:00 ` Otavio Salvador
2015-05-14  6:46   ` Guo Chunrong
2015-07-27 16:28   ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.