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 6a7888ab47..5b96e4efe3 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7942,7 +7942,7 @@ system and gives an overview of their function and contents.
7942 that if you want to build a fixed revision and you want to avoid 7942 that if you want to build a fixed revision and you want to avoid
7943 performing a query on the remote repository every time BitBake parses 7943 performing a query on the remote repository every time BitBake parses
7944 your recipe, you should specify a :term:`SRCREV` that is a full revision 7944 your recipe, you should specify a :term:`SRCREV` that is a full revision
7945 identifier and not just a tag. 7945 identifier (e.g. the full SHA hash in git) and not just a tag.
7946 7946
7947 .. note:: 7947 .. note::
7948 7948