All of lore.kernel.org
 help / color / mirror / Atom feed
* FETCHCMD drop breaks build when append is used (from patch b259bd31eb)
@ 2019-08-30 10:08 Andrey Zhizhikin
  2019-08-30 14:40 ` Andre McCurdy
  0 siblings, 1 reply; 9+ messages in thread
From: Andrey Zhizhikin @ 2019-08-30 10:08 UTC (permalink / raw)
  To: armccurdy, raj.khem, openembedded-core

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 FETCHCMD gets defined to the value listed
in append, which normally does not contain a command itself rather
than necessary additional parameters (like user/passwd if working with
local pre-mirror servers).

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 the wget to use different User-Agent.

I've copied Raj here since he introduced this recipe in the form it is
and would definitely break.

Can you please have a look at this and advise on how one can continue
to use the FETCHCMD appends for the future?

For now, I've defined the FETCHCMD_wget in my local.conf but I do not
believe that this is the general way everyone should follow if they
would need to append fetcher commands...

Thanks a lot!

-- 
Regards,
Andrey.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-09-03 10:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-30 10:08 FETCHCMD drop breaks build when append is used (from patch b259bd31eb) Andrey Zhizhikin
2019-08-30 14:40 ` Andre McCurdy
2019-08-31 11:00   ` Peter Kjellerstedt
2019-08-31 12:18   ` Adrian Bunk
2019-08-31 18:06     ` Andrey Zhizhikin
2019-08-31 20:24       ` Andre McCurdy
2019-08-31 20:45         ` Andre McCurdy
2019-09-03 10:57           ` Ross Burton
2019-08-31 18:03   ` Andrey Zhizhikin

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.