From f3292fa11723c748ef1b4270384abf6d586a822e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 13 Aug 2010 11:18:48 +0100 Subject: bitbake/git.py: Make sure different branches can have different revisions without triggering build count increases Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch/git.py') diff --git a/bitbake/lib/bb/fetch/git.py b/bitbake/lib/bb/fetch/git.py index e77d2a5b91..9cd538854f 100644 --- a/bitbake/lib/bb/fetch/git.py +++ b/bitbake/lib/bb/fetch/git.py @@ -169,7 +169,7 @@ class Git(Fetch): """ Return a unique key for the url """ - return "git:" + ud.host + ud.path.replace('/', '.') + return "git:" + ud.host + ud.path.replace('/', '.') + ud.branch def _latest_revision(self, url, ud, d): """ -- cgit v1.2.3-54-g00ecf