summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2017-02-13 06:38:47 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-19 06:28:46 -0800
commit1bd4f040a36d40f6047ae1142c5a9cbabfd0f90d (patch)
treee965b0bfa13d54be249fd7d83d50b3b5b884ed8f /bitbake/lib/bb/fetch2/__init__.py
parent7ab8b6558c568399769cfbad4e480981558768d9 (diff)
downloadpoky-1bd4f040a36d40f6047ae1142c5a9cbabfd0f90d.tar.gz
bitbake: fetch2: Correct two examples of typo "revsion."
(Bitbake rev: 05f5421b2e44cd58c5912848de43d5884d070150) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/__init__.py')
-rw-r--r--bitbake/lib/bb/fetch2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index 525f47e417..9151238a35 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -724,7 +724,7 @@ def get_autorev(d):
724 724
725def get_srcrev(d, method_name='sortable_revision'): 725def get_srcrev(d, method_name='sortable_revision'):
726 """ 726 """
727 Return the revsion string, usually for use in the version string (PV) of the current package 727 Return the revision string, usually for use in the version string (PV) of the current package
728 Most packages usually only have one SCM so we just pass on the call. 728 Most packages usually only have one SCM so we just pass on the call.
729 In the multi SCM case, we build a value based on SRCREV_FORMAT which must 729 In the multi SCM case, we build a value based on SRCREV_FORMAT which must
730 have been set. 730 have been set.