1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

bitbake/fetch2: Fix typo

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-02-04 11:06:16 +00:00
parent 806d1c25f8
commit 08a9fef4fa
+1 -1
View File
@@ -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
"""