]> code.ossystems Code Review - openembedded-core.git/commit
Add FETCHCMD parameter for git
authorMartyn Welch <martyn.welch@ge.com>
Tue, 26 Jan 2010 14:35:51 +0000 (14:35 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 22 Mar 2010 14:53:26 +0000 (14:53 +0000)
commit9a0da388cefb71fa7e9b015772c66625fdb70c1d
tree1d4212b62329b545f2e3196e95ff0bf94ca656e9
parente17a0bd6c0b1bfba24229166904297eab073a688
Add FETCHCMD parameter for git

The Git fetcher currently hardwires the git command to "git". Allow the
path and any additional wrappers to the Git command to be provided via
FETCHCMD functionality, as with some of the other fetchers.

If FETCHCMD_git is not define in bitbake.conf, the fetcher defaults to "git".

(Bitbake rev: f3afb79ecac30d973a3c62ff6baf28d8b7388a24)

Signed-off-by: Malcolm Crossley <malcolm.crossley@ge.com>
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/fetch/git.py