diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-04 11:06:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-07 09:06:37 +0000 |
commit | 08a9fef4fa0036708f29bd150d7ecf66354e5475 (patch) | |
tree | 6955da824a13e240361f6e414ec266dad4006c6c /bitbake/lib/bb | |
parent | 806d1c25f8ca8ab5116652e6f82f7d9ee5774278 (diff) | |
download | poky-08a9fef4fa0036708f29bd150d7ecf66354e5475.tar.gz |
bitbake/fetch2: Fix typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb')
-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): | |||
581 | """ | 581 | """ |
582 | Return: | 582 | Return: |
583 | a) a source revision if specified | 583 | a) a source revision if specified |
584 | b) latest revision if SREREV="AUTOINC" | 584 | b) latest revision if SRCREV="AUTOINC" |
585 | c) None if not specified | 585 | c) None if not specified |
586 | """ | 586 | """ |
587 | 587 | ||