diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-17 22:20:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-17 22:20:55 +0000 |
commit | 688eca78c088dc45957dde6cc74204f5ac83e5ca (patch) | |
tree | a6e3d6e1f0ef13e4702f2ed577a6d41c5dcd5095 /bitbake/lib/bb/fetch/git.py | |
parent | dd45ce7f888f6d05b15367275b5314860c263cdf (diff) | |
download | poky-688eca78c088dc45957dde6cc74204f5ac83e5ca.tar.gz |
bitbake/fetchers: Sync with upstream bitbake
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3191 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb/fetch/git.py')
-rw-r--r-- | bitbake/lib/bb/fetch/git.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/git.py b/bitbake/lib/bb/fetch/git.py index 5984818f9e..21259a23b0 100644 --- a/bitbake/lib/bb/fetch/git.py +++ b/bitbake/lib/bb/fetch/git.py | |||
@@ -134,4 +134,5 @@ class Git(Fetch): | |||
134 | return output.split()[0] | 134 | return output.split()[0] |
135 | 135 | ||
136 | def _build_revision(self, url, ud, d): | 136 | def _build_revision(self, url, ud, d): |
137 | return ud.tag | 137 | return ud.tag |
138 | |||