]> code.ossystems Code Review - openembedded-core.git/commit
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:28:44 +0000 (14:28 +0100)
commit269f3b3cfacaf229d5e45177ee01b16561370ee3
tree2a900aa6920e0288ae452f9a17dd828d1d1954ee
parent11711d5d040e6456ac43f8800b535fe5946144cf
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.

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