summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 25af563dbf..96cfdc82da 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -1413,8 +1413,8 @@ overview of their function and contents.
1413 :term:`SRC_URI` checksums or :term:`SRCREV` when you have more than one 1413 :term:`SRC_URI` checksums or :term:`SRCREV` when you have more than one
1414 file or git repository specified in :term:`SRC_URI`. For example:: 1414 file or git repository specified in :term:`SRC_URI`. For example::
1415 1415
1416 SRC_URI = "git://example.com/foo.git;name=first \ 1416 SRC_URI = "git://example.com/foo.git;branch=main;name=first \
1417 git://example.com/bar.git;name=second \ 1417 git://example.com/bar.git;branch=main;name=second \
1418 http://example.com/file.tar.gz;name=third" 1418 http://example.com/file.tar.gz;name=third"
1419 1419
1420 SRCREV_first = "f1d2d2f924e986ac86fdf7b36c94bcdf32beec15" 1420 SRCREV_first = "f1d2d2f924e986ac86fdf7b36c94bcdf32beec15"