diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2017-02-13 06:38:47 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-19 06:28:46 -0800 |
| commit | 1bd4f040a36d40f6047ae1142c5a9cbabfd0f90d (patch) | |
| tree | e965b0bfa13d54be249fd7d83d50b3b5b884ed8f /bitbake/lib/bb/fetch2/git.py | |
| parent | 7ab8b6558c568399769cfbad4e480981558768d9 (diff) | |
| download | poky-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/git.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/git.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 | """ |
