diff options
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst index 4dfb7889e8..9c269ca837 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |||
@@ -717,7 +717,7 @@ Javascript package registry. | |||
717 | 717 | ||
718 | The format for the :term:`SRC_URI` setting must be:: | 718 | The format for the :term:`SRC_URI` setting must be:: |
719 | 719 | ||
720 | SRC_URI = "npm://some.registry.url;OptionA=xxx;OptionB=xxx;..." | 720 | SRC_URI = "npm://some.registry.url;ParameterA=xxx;ParameterB=xxx;..." |
721 | 721 | ||
722 | This fetcher supports the following parameters: | 722 | This fetcher supports the following parameters: |
723 | 723 | ||
@@ -757,7 +757,7 @@ of an NPM package while locking their versions. | |||
757 | 757 | ||
758 | The format for the :term:`SRC_URI` setting must be:: | 758 | The format for the :term:`SRC_URI` setting must be:: |
759 | 759 | ||
760 | SRC_URI = "npmsw://some.registry.url;OptionA=xxx;OptionB=xxx;..." | 760 | SRC_URI = "npmsw://some.registry.url;ParameterA=xxx;ParameterB=xxx;..." |
761 | 761 | ||
762 | This fetcher supports the following parameters: | 762 | This fetcher supports the following parameters: |
763 | 763 | ||