scripts/bitbake: Check the git-native version and build it if necessary
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 11:59:28 +0000 (12:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jul 2012 13:29:30 +0000 (14:29 +0100)
commita98439141a884cc47199f1277a350b6cf7df727b
tree43b943709b937335e69e01e13308d1947cafac87
parenta1757ec72d10241d504f7a20be6ef61cf2a24ec8
scripts/bitbake: Check the git-native version and build it if necessary

We require git version 1.7.5 or later for the git remote --mirror=xxx syntax.
If we have an older version of git, this patch ensure we build git-replacement-native.
We add an alternative PROVIDES in the same way as tar-native to allow this script
to trigger the build whilst still allowing git-native in ASSUME_PROVIDED.

(From OE-Core rev: 269f3b3cfacaf229d5e45177ee01b16561370ee3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/git/git.inc
scripts/bitbake