diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-10 13:26:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-18 14:30:47 +0100 |
commit | 79e24186481770181565a18d177584d0d72399fe (patch) | |
tree | 323783a34f2e369ac744f68cc16d37c8ff1e6dba /meta/conf/bitbake.conf | |
parent | ae9748c614dc8e56cde3de2401c922607ed97620 (diff) | |
download | openembedded-core-79e24186481770181565a18d177584d0d72399fe.tar.gz openembedded-core-79e24186481770181565a18d177584d0d72399fe.tar.bz2 openembedded-core-79e24186481770181565a18d177584d0d72399fe.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 76ee65f80f..c94012e665 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -152,6 +152,7 @@ DATETIME = "${DATE}${TIME}" # its own in staging ASSUME_PROVIDED = "\ bzip2-native \ + git-native \ grep-native \ diffstat-native \ patch-native \ |