diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/fetch2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index 95841b453e..f1b87f9ee2 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py @@ -581,7 +581,7 @@ def srcrev_internal_helper(ud, d, name): """ Return: a) a source revision if specified - b) latest revision if SREREV="AUTOINC" + b) latest revision if SRCREV="AUTOINC" c) None if not specified """ |