mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
bitbake: Disable sortable revision for now
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -148,7 +148,7 @@ class Git(Fetch):
|
|||||||
def _want_sortable_revision(self, url, ud, d):
|
def _want_sortable_revision(self, url, ud, d):
|
||||||
return bb.data.getVar("BB_GIT_CLONE_FOR_SRCREV", d, True) or False
|
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
|
This is only called when _want_sortable_revision called true
|
||||||
|
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ class Git(Fetch):
|
|||||||
def _want_sortable_revision(self, url, ud, d):
|
def _want_sortable_revision(self, url, ud, d):
|
||||||
return bb.data.getVar("BB_GIT_CLONE_FOR_SRCREV", d, True) or False
|
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
|
This is only called when _want_sortable_revision called true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user