diff options
-rw-r--r-- | bitbake/lib/bb/fetch2/__init__.py | 2 | ||||
-rw-r--r-- | bitbake/lib/bb/fetch2/git.py | 2 |
2 files changed, 2 insertions, 2 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 | ||
725 | def get_srcrev(d, method_name='sortable_revision'): | 725 | def 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. |
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py index f7a0c01868..023b608698 100644 --- a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py | |||
@@ -50,7 +50,7 @@ Supported SRC_URI options are: | |||
50 | The default is "0", set nobranch=1 if needed. | 50 | The default is "0", set nobranch=1 if needed. |
51 | 51 | ||
52 | - usehead | 52 | - usehead |
53 | For local git:// urls to use the current branch HEAD as the revsion for use with | 53 | For local git:// urls to use the current branch HEAD as the revision for use with |
54 | AUTOREV. Implies nobranch. | 54 | AUTOREV. Implies nobranch. |
55 | 55 | ||
56 | """ | 56 | """ |