mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7ab8b6558c
commit
1bd4f040a3
@@ -724,7 +724,7 @@ def get_autorev(d):
|
|||||||
|
|
||||||
def get_srcrev(d, method_name='sortable_revision'):
|
def get_srcrev(d, method_name='sortable_revision'):
|
||||||
"""
|
"""
|
||||||
Return the revsion string, usually for use in the version string (PV) of the current package
|
Return the revision string, usually for use in the version string (PV) of the current package
|
||||||
Most packages usually only have one SCM so we just pass on the call.
|
Most packages usually only have one SCM so we just pass on the call.
|
||||||
In the multi SCM case, we build a value based on SRCREV_FORMAT which must
|
In the multi SCM case, we build a value based on SRCREV_FORMAT which must
|
||||||
have been set.
|
have been set.
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ Supported SRC_URI options are:
|
|||||||
The default is "0", set nobranch=1 if needed.
|
The default is "0", set nobranch=1 if needed.
|
||||||
|
|
||||||
- usehead
|
- usehead
|
||||||
For local git:// urls to use the current branch HEAD as the revsion for use with
|
For local git:// urls to use the current branch HEAD as the revision for use with
|
||||||
AUTOREV. Implies nobranch.
|
AUTOREV. Implies nobranch.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user