summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/new-recipe.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/new-recipe.rst')
-rw-r--r--documentation/dev-manual/new-recipe.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst
index 832aa300e1..aa4fb97a4b 100644
--- a/documentation/dev-manual/new-recipe.rst
+++ b/documentation/dev-manual/new-recipe.rst
@@ -298,7 +298,7 @@ a ``+`` sign in its definition. Here is an example from the recipe
298 SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git;branch=master;protocol=https" 298 SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git;branch=master;protocol=https"
299 299
300 PV = "0.8.18.1.11+git" 300 PV = "0.8.18.1.11+git"
301 SRCREV ="3cdccdc9505643e50f8208171d9eee5de11a42ff" 301 SRCREV = "3cdccdc9505643e50f8208171d9eee5de11a42ff"
302 302
303If your :term:`SRC_URI` statement includes URLs pointing to individual files 303If your :term:`SRC_URI` statement includes URLs pointing to individual files
304fetched from a remote server other than a version control system, 304fetched from a remote server other than a version control system,