]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake: Disable sortable revision for now
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 10 Jun 2009 11:43:07 +0000 (12:43 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 10 Jun 2009 11:43:07 +0000 (12:43 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake-dev/lib/bb/fetch/git.py
bitbake/lib/bb/fetch/git.py

index c97ffde1c3c1fdc3501126d6c3ae25e53697e59c..c81193774312c807eddd8a30c70930d53f000ba7 100644 (file)
@@ -148,7 +148,7 @@ class Git(Fetch):
     def _want_sortable_revision(self, url, ud, d):
         return bb.data.getVar("BB_GIT_CLONE_FOR_SRCREV", d, True) or False
 
-    def _sortable_revision(self, url, ud, d):
+    def _sortable_revision_disabled(self, url, ud, d):
         """
         This is only called when _want_sortable_revision called true
 
index 5cdf656a3a38c4299180fb65ceaae41d1eb4f020..54dafec51b833200267bd72dec8218d56b76754d 100644 (file)
@@ -149,7 +149,7 @@ class Git(Fetch):
     def _want_sortable_revision(self, url, ud, d):
         return bb.data.getVar("BB_GIT_CLONE_FOR_SRCREV", d, True) or False
 
-    def _sortable_revision(self, url, ud, d):
+    def _sortable_revision_disabled(self, url, ud, d):
         """
         This is only called when _want_sortable_revision called true