diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.rst')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst index 683f5557ec..1640a884d3 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.rst +++ b/documentation/dev-manual/dev-manual-common-tasks.rst | |||
@@ -1369,7 +1369,7 @@ the Yocto Project Overview and Concepts Manual. | |||
1369 | 1369 | ||
1370 | The :ref:`ref-tasks-fetch` task uses | 1370 | The :ref:`ref-tasks-fetch` task uses |
1371 | the prefix of each entry in the ``SRC_URI`` variable value to determine | 1371 | the prefix of each entry in the ``SRC_URI`` variable value to determine |
1372 | which :ref:`fetcher <bitbake:bb-fetchers>` to use to get your | 1372 | which :ref:`fetcher <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>` to use to get your |
1373 | source files. It is the ``SRC_URI`` variable that triggers the fetcher. | 1373 | source files. It is the ``SRC_URI`` variable that triggers the fetcher. |
1374 | The :ref:`ref-tasks-patch` task uses | 1374 | The :ref:`ref-tasks-patch` task uses |
1375 | the variable after source is fetched to apply patches. The OpenEmbedded | 1375 | the variable after source is fetched to apply patches. The OpenEmbedded |
@@ -7567,7 +7567,7 @@ Creating Node Package Manager (NPM) Packages | |||
7567 | 7567 | ||
7568 | `NPM <https://en.wikipedia.org/wiki/Npm_(software)>`__ is a package | 7568 | `NPM <https://en.wikipedia.org/wiki/Npm_(software)>`__ is a package |
7569 | manager for the JavaScript programming language. The Yocto Project | 7569 | manager for the JavaScript programming language. The Yocto Project |
7570 | supports the NPM :ref:`fetcher <bitbake:bb-fetchers>`. You can | 7570 | supports the NPM :ref:`fetcher <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`. You can |
7571 | use this fetcher in combination with | 7571 | use this fetcher in combination with |
7572 | :doc:`devtool <../ref-manual/ref-devtool-reference>` to create | 7572 | :doc:`devtool <../ref-manual/ref-devtool-reference>` to create |
7573 | recipes that produce NPM packages. | 7573 | recipes that produce NPM packages. |