Re: [OE-core] [PATCH] Fix missing leading whitespace with ':append'

2024-07-09 Thread Niko Mauno
On 7/9/24 18:43, Richard Purdie wrote: On Tue, 2024-07-09 at 16:10 +0200, Alexandre Belloni via lists.openembedded.org wrote: Hello, Can you submit one patch per recipe? FWIW I tweaked the shortlog prefix in master-next to mesa/dnf: which resolves this case. Cheers, Richard Apologies, I f

Re: [OE-core] [PATCH] Fix missing leading whitespace with ':append'

2024-07-09 Thread Richard Purdie
On Tue, 2024-07-09 at 16:10 +0200, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > Can you submit one patch per recipe? FWIW I tweaked the shortlog prefix in master-next to mesa/dnf: which resolves this case. Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messa

Re: [OE-core] [PATCH] Fix missing leading whitespace with ':append'

2024-07-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, Can you submit one patch per recipe? On 09/07/2024 15:02:09+0300, Niko Mauno via lists.openembedded.org wrote: > From: Niko Mauno > > Mitigate occurrences where ':append' operator is used and leading > whitespace character is obviously missing, risking inadvertent > string concatenation.

[OE-core] [PATCH] Fix missing leading whitespace with ':append'

2024-07-09 Thread Niko Mauno via lists.openembedded.org
From: Niko Mauno Mitigate occurrences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Niko Mauno --- meta/recipes-devtools/dnf/dnf_4.20.0.bb | 2 +- meta/recipes-graphics/mesa/mesa.inc | 2 +-

[OE-core] [PATCH] Fix missing leading whitespace with ':append'

2023-01-24 Thread Niko Mauno via lists.openembedded.org
Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Niko Mauno --- meta/classes-recipe/core-image.bbclass | 2 +- meta/classes-recipe/populate_sdk_ext.bbclass| 2 +- meta