Re: [OE-core] [PATCH] scons.bbclass: Make MAXLINELENGTH overridable

2023-02-11 Thread Steve Sakoman
On Fri, Feb 10, 2023 at 11:22 PM Martin Jansa wrote: > > Steve, > > I've noticed that you have: > b0ea91 scons: Pass MAXLINELENGTH to scons invocation > in contrib/stable/kirkstone-nut, but not this follow-up fix. Got it! Thanks, Steve > On Thu, Feb 2, 2023 at 9:41 AM Khem Raj wrote: >>

Re: [OE-core] [PATCH] scons.bbclass: Make MAXLINELENGTH overridable

2023-02-11 Thread Martin Jansa
Steve, I've noticed that you have: b0ea91 scons: Pass MAXLINELENGTH to scons invocation in contrib/stable/kirkstone-nut, but not this follow-up fix. Please either take both of them or neither. Cheers, On Thu, Feb 2, 2023 at 9:41 AM Khem Raj wrote: > older scons do not support

[OE-core] [PATCH] scons.bbclass: Make MAXLINELENGTH overridable

2023-02-02 Thread Khem Raj
older scons do not support MAXLINELENGTH and some packages still may be using older scons, these recipes can clear SCONS_MAXLINELENGTH in them and get going. Set SCONS_MAXLINELENGTH = "" in such recipes. Signed-off-by: Khem Raj Cc: Martin Jansa --- meta/classes-recipe/scons.bbclass | 9