diff options
-rw-r--r-- | bitbake-dev/lib/bb/fetch/git.py | 2 | ||||
-rw-r--r-- | bitbake/lib/bb/fetch/git.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake-dev/lib/bb/fetch/git.py b/bitbake-dev/lib/bb/fetch/git.py index c97ffde1c3..c811937743 100644 --- a/bitbake-dev/lib/bb/fetch/git.py +++ b/bitbake-dev/lib/bb/fetch/git.py | |||
@@ -148,7 +148,7 @@ class Git(Fetch): | |||
148 | def _want_sortable_revision(self, url, ud, d): | 148 | def _want_sortable_revision(self, url, ud, d): |
149 | return bb.data.getVar("BB_GIT_CLONE_FOR_SRCREV", d, True) or False | 149 | return bb.data.getVar("BB_GIT_CLONE_FOR_SRCREV", d, True) or False |
150 | 150 | ||
151 | def _sortable_revision(self, url, ud, d): | 151 | def _sortable_revision_disabled(self, url, ud, d): |
152 | """ | 152 | """ |
153 | This is only called when _want_sortable_revision called true | 153 | This is only called when _want_sortable_revision called true |
154 | 154 | ||
diff --git a/bitbake/lib/bb/fetch/git.py b/bitbake/lib/bb/fetch/git.py index 5cdf656a3a..54dafec51b 100644 --- a/bitbake/lib/bb/fetch/git.py +++ b/bitbake/lib/bb/fetch/git.py | |||
@@ -149,7 +149,7 @@ class Git(Fetch): | |||
149 | def _want_sortable_revision(self, url, ud, d): | 149 | def _want_sortable_revision(self, url, ud, d): |
150 | return bb.data.getVar("BB_GIT_CLONE_FOR_SRCREV", d, True) or False | 150 | return bb.data.getVar("BB_GIT_CLONE_FOR_SRCREV", d, True) or False |
151 | 151 | ||
152 | def _sortable_revision(self, url, ud, d): | 152 | def _sortable_revision_disabled(self, url, ud, d): |
153 | """ | 153 | """ |
154 | This is only called when _want_sortable_revision called true | 154 | This is only called when _want_sortable_revision called true |
155 | 155 | ||