fetch2/git: Allow file:// URLs without checking for network access
authorJeff Polk <jeff.polk@windriver.com>
Fri, 4 May 2012 14:05:14 +0000 (08:05 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 May 2012 15:44:57 +0000 (16:44 +0100)
commit51ce01ec1505d5ff954c0b1df1675e5419c6df41
tree73d095057f6718ae990c801bc0684708bbe51186
parent1d47b17d62170141f8f1e99a8c7308cad34a50d7
fetch2/git: Allow file:// URLs without checking for network access

Don't check for network access before grabbing the the current head,
cloning, or updating a clone when the protocol is 'file'.

(Bitbake rev: d5847bc5254b9d2f28a6b574f6157d1286add27c)

Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/git.py