* [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
* Re: [meta-networking][fido][PATCH] lmsensors-config: fix a warning about not existant S
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
0 siblings, 2 replies; 4+ messages in thread
From: Otavio Salvador @ 2015-04-28 11:00 UTC (permalink / raw)
To: OpenEmbedded Devel List, Martin Jansa, chun guo
On Tue, Apr 28, 2015 at 2:25 AM, <b40290@freescale.com> wrote:
> 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>
This is exactly the same commit:
addfb0b786c90333a70873bb715d84c97412b3c9 so instead of redoing it, you
should cherry-pick it.
Martin, please cherry-pick addfb0b786c90333a70873bb715d84c97412b3c9
and 4a4b9d25db86111872c73daaa2116addfb3d26e1
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-networking][fido][PATCH] lmsensors-config: fix a warning about not existant S
2015-04-28 11:00 ` Otavio Salvador
@ 2015-05-14 6:46 ` Guo Chunrong
2015-07-27 16:28 ` Martin Jansa
1 sibling, 0 replies; 4+ messages in thread
From: Guo Chunrong @ 2015-05-14 6:46 UTC (permalink / raw)
To: Otavio Salvador, OpenEmbedded Devel List, Martin Jansa
Pings!
-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Tuesday, April 28, 2015 7:01 PM
To: OpenEmbedded Devel List; Martin Jansa; Guo Chunrong-B40290
Subject: Re: [oe] [meta-networking][fido][PATCH] lmsensors-config: fix a warning about not existant S
On Tue, Apr 28, 2015 at 2:25 AM, <b40290@freescale.com> wrote:
> 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>
This is exactly the same commit:
addfb0b786c90333a70873bb715d84c97412b3c9 so instead of redoing it, you should cherry-pick it.
Martin, please cherry-pick addfb0b786c90333a70873bb715d84c97412b3c9
and 4a4b9d25db86111872c73daaa2116addfb3d26e1
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-networking][fido][PATCH] lmsensors-config: fix a warning about not existant S
2015-04-28 11:00 ` Otavio Salvador
2015-05-14 6:46 ` Guo Chunrong
@ 2015-07-27 16:28 ` Martin Jansa
1 sibling, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2015-07-27 16:28 UTC (permalink / raw)
To: Otavio Salvador; +Cc: OpenEmbedded Devel List
[-- Attachment #1: Type: text/plain, Size: 982 bytes --]
On Tue, Apr 28, 2015 at 08:00:49AM -0300, Otavio Salvador wrote:
> On Tue, Apr 28, 2015 at 2:25 AM, <b40290@freescale.com> wrote:
> > 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>
>
> This is exactly the same commit:
> addfb0b786c90333a70873bb715d84c97412b3c9 so instead of redoing it, you
> should cherry-pick it.
>
> Martin, please cherry-pick addfb0b786c90333a70873bb715d84c97412b3c9
> and 4a4b9d25db86111872c73daaa2116addfb3d26e1
Cherry-picked to fido-next.
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.br http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [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.