diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-12 13:28:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-21 14:15:26 +0000 |
commit | 34d538c5ac9f9a25ee5e1faca631fbdb34c034dd (patch) | |
tree | 381cd27be5f51284eb9b4fe89acebf3593532c1a /bitbake/doc | |
parent | 126a67aff736861502698c31cffadba4d7d31858 (diff) | |
download | poky-34d538c5ac9f9a25ee5e1faca631fbdb34c034dd.tar.gz |
bitbake: bitbake-user-manual: double colon fix
(Bitbake rev: 4f57853f46423f9e50b0140cd3d4aaffdcd5a08d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 3 |
1 files changed, 1 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 3522d2b77b..09d09a8d9e 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 | |||
@@ -40,8 +40,7 @@ overview of their function and contents. | |||
40 | Azure Storage Shared Access Signature, when using the | 40 | Azure Storage Shared Access Signature, when using the |
41 | :ref:`Azure Storage fetcher <bitbake-user-manual/bitbake-user-manual-fetching:fetchers>` | 41 | :ref:`Azure Storage fetcher <bitbake-user-manual/bitbake-user-manual-fetching:fetchers>` |
42 | This variable can be defined to be used by the fetcher to authenticate | 42 | This variable can be defined to be used by the fetcher to authenticate |
43 | and gain access to non-public artifacts. | 43 | and gain access to non-public artifacts:: |
44 | :: | ||
45 | 44 | ||
46 | AZ_SAS = ""se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>"" | 45 | AZ_SAS = ""se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>"" |
47 | 46 | ||