From: Richard Purdie Date: Wed, 10 Jun 2009 11:43:07 +0000 (+0100) Subject: bitbake: Disable sortable revision for now X-Git-Tag: 2011-1~7345 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dbdf1c734ff81e8581cd77e6f01edbb89768448d;p=openembedded-core.git bitbake: Disable sortable revision for now Signed-off-by: Richard Purdie --- 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): 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 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): 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