Re: [OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-09-03 Thread Ross Burton
On 31/08/2019 21:45, Andre McCurdy wrote: It looks like the User-Agent workaround for libedit might not be needed any more anyway... wget http://thrysoee.dk/editline/libedit-20190324-3.1.tar.gz works fine for me ( User-Agent: Wget/1.17.1 (linux-gnu) ) Verified here, patch sent. Ross --

Re: [OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-31 Thread Andre McCurdy
On Sat, Aug 31, 2019 at 1:24 PM Andre McCurdy wrote: > > On Sat, Aug 31, 2019 at 11:07 AM Andrey Zhizhikin wrote: > > On Sat, Aug 31, 2019 at 2:18 PM Adrian Bunk wrote: > > > Disallowing appends could cause huge problems for a user or layer that > > > has to append local options (e.g. proxy)

Re: [OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-31 Thread Andre McCurdy
On Sat, Aug 31, 2019 at 11:07 AM Andrey Zhizhikin wrote: > On Sat, Aug 31, 2019 at 2:18 PM Adrian Bunk wrote: > > Disallowing appends could cause huge problems for a user or layer that > > has to append local options (e.g. proxy) building a recipe like libedit > > that has to change the

Re: [OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-31 Thread Andrey Zhizhikin
On Sat, Aug 31, 2019 at 2:18 PM Adrian Bunk wrote: > > Disallowing appends could cause huge problems for a user or layer that > has to append local options (e.g. proxy) building a recipe like libedit > that has to change the User-Agent. My point exactly! I belive that even though this is

Re: [OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-31 Thread Andrey Zhizhikin
On Fri, Aug 30, 2019 at 4:41 PM Andre McCurdy wrote: > > I think for the specific case of usernames and passwords the advice > would be to put them in .netrc etc rather than trying to append to the > fetcher command lines (but mainly for security reasons rather than > this issue). This I do

Re: [OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-31 Thread Adrian Bunk
On Fri, Aug 30, 2019 at 07:40:51AM -0700, Andre McCurdy wrote: > On Fri, Aug 30, 2019 at 3:08 AM Andrey Zhizhikin wrote: >... > > This patch would also break several other recipes which are using > > appends to FETCHCMD, for example for FETCHCMD_wget the libedit would > > fail since it appends

Re: [OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-31 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Andre McCurdy > Sent: den 30 augusti 2019 16:41 > To: Andrey Zhizhikin > Cc: OE Core mailing list > Subject: Re: [OE-core] FETCHCMD d

Re: [OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-30 Thread Andre McCurdy
On Fri, Aug 30, 2019 at 3:08 AM Andrey Zhizhikin wrote: > > Hello Andre, > > I've just pulled the master and experienced a build failure during > fetching of updated recipe's source tarballs. > > The reason for this being that defaults for FETCHCMD has been dropped > with your patch b259bd31eb

[OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-30 Thread Andrey Zhizhikin
Hello Andre, I've just pulled the master and experienced a build failure during fetching of updated recipe's source tarballs. The reason for this being that defaults for FETCHCMD has been dropped with your patch b259bd31eb from the series. Once defaults are removed and appends are used - the