bitbake: git.py: Remove -l option, its not necessary
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jun 2012 11:52:30 +0000 (12:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jun 2012 13:57:16 +0000 (14:57 +0100)
commit314257ed2d114c30f2cea88eff03933af12fb19e
tree3a121998818322ae86a4d32aba6b8cffe8ac807d
parent8bd95bda255ac2d152442dd8e119dceffefb8f7f
bitbake: git.py: Remove -l option, its not necessary

If -l is specified and the source and destination are not on a common
filesystem an error occurs. The -l option is however the default for
git for local paths which the fetcher already now ensures in the
file:// case.

We can therefore safely drop the -l option.

(Bitbake rev: 3aeb268b2aaab4bb8b1cfff1450e0b76aa8ce855)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/git.py