bitbake.conf: Add git-native to ASSUME_PROVIDED
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jul 2012 13:26:18 +0000 (13:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jul 2012 13:33:01 +0000 (14:33 +0100)
commitc94e2ca34a6e94cf3b50eb6290d867bfa209b3e5
treeb9d643a373528217460b5f83449aee100fa5e4ad
parentc1537df18d95bf0b0117cd340293c3951244c392
bitbake.conf: Add git-native to ASSUME_PROVIDED

Originally, git was something new, not installed everywhere and had commandline
stability problems. This has changed and git it no longer makes sense to
continually build this when the system installed version is likely sufficient.

This speeds up build since recipes no longer have to wait for git-native to build
if they're fetched from a git:// SRC_URI.

Also add git to the sanity checks and drop the no unneeded svn reference.

(From OE-Core rev: 79e24186481770181565a18d177584d0d72399fe)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sanity.bbclass
meta/conf/bitbake.conf