summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch')
-rw-r--r--bitbake/lib/bb/fetch/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py
index f7153ebce9..07eb77dbfc 100644
--- a/bitbake/lib/bb/fetch/__init__.py
+++ b/bitbake/lib/bb/fetch/__init__.py
@@ -360,6 +360,9 @@ def localpaths(d):
360 360
361srcrev_internal_call = False 361srcrev_internal_call = False
362 362
363def get_autorev(d):
364 return get_srcrev(d)
365
363def get_srcrev(d): 366def get_srcrev(d):
364 """ 367 """
365 Return the version string for the current package 368 Return the version string for the current package