aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-07-26 19:45:45 +0200
committerLuca Ceresoli <luca.ceresoli@bootlin.com>2022-07-28 23:04:40 +0200
commit87e42f1202162152c779ccc8bbd06f88f0bdab96 (patch)
tree224e86cdfe641c9728488baa54e8755d43af991d
parent502e05cbe67fb7a0e804dcc2cc0764a2e05c014f (diff)
downloadbitbake-87e42f1202162152c779ccc8bbd06f88f0bdab96.tar.gz
bitbake-user-manual: npm fetcher: improve description of SRC_URI format
Using the term "Parameter" which is consistent with the description of SRC_URI parameters in the following text. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-fetching.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index 4dfb7889e..9c269ca83 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -717,7 +717,7 @@ Javascript package registry.
The format for the :term:`SRC_URI` setting must be::
- SRC_URI = "npm://some.registry.url;OptionA=xxx;OptionB=xxx;..."
+ SRC_URI = "npm://some.registry.url;ParameterA=xxx;ParameterB=xxx;..."
This fetcher supports the following parameters:
@@ -757,7 +757,7 @@ of an NPM package while locking their versions.
The format for the :term:`SRC_URI` setting must be::
- SRC_URI = "npmsw://some.registry.url;OptionA=xxx;OptionB=xxx;..."
+ SRC_URI = "npmsw://some.registry.url;ParameterA=xxx;ParameterB=xxx;..."
This fetcher supports the following parameters: