summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.rst')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst4
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
1370The :ref:`ref-tasks-fetch` task uses 1370The :ref:`ref-tasks-fetch` task uses
1371the prefix of each entry in the ``SRC_URI`` variable value to determine 1371the prefix of each entry in the ``SRC_URI`` variable value to determine
1372which :ref:`fetcher <bitbake:bb-fetchers>` to use to get your 1372which :ref:`fetcher <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>` to use to get your
1373source files. It is the ``SRC_URI`` variable that triggers the fetcher. 1373source files. It is the ``SRC_URI`` variable that triggers the fetcher.
1374The :ref:`ref-tasks-patch` task uses 1374The :ref:`ref-tasks-patch` task uses
1375the variable after source is fetched to apply patches. The OpenEmbedded 1375the 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
7569manager for the JavaScript programming language. The Yocto Project 7569manager for the JavaScript programming language. The Yocto Project
7570supports the NPM :ref:`fetcher <bitbake:bb-fetchers>`. You can 7570supports the NPM :ref:`fetcher <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`. You can
7571use this fetcher in combination with 7571use 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
7573recipes that produce NPM packages. 7573recipes that produce NPM packages.