1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

ref-manual: Edits to the AUTOREV glossary entry.

(From yocto-docs rev: 574f9a258378ddb91e186eddcf871bd3348fcf47)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-03-28 08:27:24 -07:00
committed by Richard Purdie
parent c35b0e33be
commit 5d847ed6b5
+3 -2
View File
@@ -77,8 +77,9 @@
<glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm> <glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm>
<glossdef> <glossdef>
<para>When <filename><link linkend='var-SRCREV'>SRCREV</link></filename> <para>When <filename><link linkend='var-SRCREV'>SRCREV</link></filename>
is set to the value of this variable, it specifies that the latest is set to the value of this variable, it specifies to use the latest
source revision in the repository should be used. Here is an example: source revision in the repository.
Here is an example:
<literallayout class='monospaced'> <literallayout class='monospaced'>
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
</literallayout> </literallayout>