Re: [OE-core] [RESEND][PATCH 1/7] bitbake: utils: remove spaces on empty lines

2023-12-06 Thread Julien Stephan
Le mar. 5 déc. 2023 à 17:27, Julien Stephan via lists.openembedded.org a écrit : > > Le mar. 5 déc. 2023 à 16:45, Alexandre Belloni > a écrit : > > > > On 05/12/2023 15:57:58+0100, Julien Stephan wrote: > > > Le mar. 5 déc. 2023 à 08:50, Alexandre Belloni > > > a écrit : > > > > > > > > Please

Re: [OE-core] [RESEND][PATCH 1/7] bitbake: utils: remove spaces on empty lines

2023-12-05 Thread Julien Stephan
Le mar. 5 déc. 2023 à 16:45, Alexandre Belloni a écrit : > > On 05/12/2023 15:57:58+0100, Julien Stephan wrote: > > Le mar. 5 déc. 2023 à 08:50, Alexandre Belloni > > a écrit : > > > > > > Please do not send bitbake patches in the same series as oe-core patches > > > if there is no dependency.

Re: [OE-core] [RESEND][PATCH 1/7] bitbake: utils: remove spaces on empty lines

2023-12-05 Thread Alexandre Belloni via lists.openembedded.org
On 05/12/2023 15:57:58+0100, Julien Stephan wrote: > Le mar. 5 déc. 2023 à 08:50, Alexandre Belloni > a écrit : > > > > Please do not send bitbake patches in the same series as oe-core patches > > if there is no dependency. Those patches are applied on different > > repositories. > > Hi

Re: [OE-core] [RESEND][PATCH 1/7] bitbake: utils: remove spaces on empty lines

2023-12-05 Thread Julien Stephan
Le mar. 5 déc. 2023 à 08:50, Alexandre Belloni a écrit : > > Please do not send bitbake patches in the same series as oe-core patches > if there is no dependency. Those patches are applied on different > repositories. Hi Alexandre, Noted! Do you want me to resend the series without the bitbake

Re: [OE-core] [RESEND][PATCH 1/7] bitbake: utils: remove spaces on empty lines

2023-12-04 Thread Alexandre Belloni via lists.openembedded.org
Please do not send bitbake patches in the same series as oe-core patches if there is no dependency. Those patches are applied on different repositories. On 04/12/2023 16:59:28+0100, Julien Stephan wrote: > Signed-off-by: Julien Stephan > --- > bitbake/lib/bb/utils.py | 16 > 1

[OE-core] [RESEND][PATCH 1/7] bitbake: utils: remove spaces on empty lines

2023-12-04 Thread Julien Stephan
Signed-off-by: Julien Stephan --- bitbake/lib/bb/utils.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py index b401fa5ec7a..61ffad92ce3 100644 --- a/bitbake/lib/bb/utils.py +++ b/bitbake/lib/bb/utils.py @@