diff options
Diffstat (limited to 'bitbake/lib/bb/fetch')
| -rw-r--r-- | bitbake/lib/bb/fetch/__init__.py | 3 |
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 | ||
| 361 | srcrev_internal_call = False | 361 | srcrev_internal_call = False |
| 362 | 362 | ||
| 363 | def get_autorev(d): | ||
| 364 | return get_srcrev(d) | ||
| 365 | |||
| 363 | def get_srcrev(d): | 366 | def get_srcrev(d): |
| 364 | """ | 367 | """ |
| 365 | Return the version string for the current package | 368 | Return the version string for the current package |
