Re: [OE-core] FETCHCMD versus FETCHCOMMAND

2012-07-09 Thread Richard Purdie
On Sat, 2012-07-07 at 06:33 -0400, Robert P. J. Day wrote: > just noticed the following as i was still poking around with > fetchers: > > $ grep -r FETCHCMD * | grep -v pyc > bitbake/lib/bb/fetch2/hg.py:basecmd = data.expand('${FETCHCMD_hg}', d) > bitbake/lib/bb/fetch2/svn.py:ud.ba

[OE-core] FETCHCMD versus FETCHCOMMAND

2012-07-07 Thread Robert P. J. Day
just noticed the following as i was still poking around with fetchers: $ grep -r FETCHCMD * | grep -v pyc bitbake/lib/bb/fetch2/hg.py:basecmd = data.expand('${FETCHCMD_hg}', d) bitbake/lib/bb/fetch2/svn.py:ud.basecmd = d.getVar('FETCHCMD_svn', True) bitbake/lib/bb/fetch2/osc.py: