summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 968e8d6e05..9aab6e0709 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7298,7 +7298,7 @@ system and gives an overview of their function and contents.
7298 that if you want to build a fixed revision and you want to avoid 7298 that if you want to build a fixed revision and you want to avoid
7299 performing a query on the remote repository every time BitBake parses 7299 performing a query on the remote repository every time BitBake parses
7300 your recipe, you should specify a :term:`SRCREV` that is a full revision 7300 your recipe, you should specify a :term:`SRCREV` that is a full revision
7301 identifier and not just a tag. 7301 identifier (e.g. the full SHA hash in git) and not just a tag.
7302 7302
7303 .. note:: 7303 .. note::
7304 7304