summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/packages.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/packages.rst')
-rw-r--r--documentation/dev-manual/packages.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/packages.rst b/documentation/dev-manual/packages.rst
index 79f21d9f34..0e991e409a 100644
--- a/documentation/dev-manual/packages.rst
+++ b/documentation/dev-manual/packages.rst
@@ -365,7 +365,7 @@ For more examples that show how to use ``do_split_packages``, see the
365directory of the ``poky`` :ref:`source repository <overview-manual/development-environment:yocto project source repositories>`. You can 365directory of the ``poky`` :ref:`source repository <overview-manual/development-environment:yocto project source repositories>`. You can
366also find examples in ``meta/classes-recipe/kernel.bbclass``. 366also find examples in ``meta/classes-recipe/kernel.bbclass``.
367 367
368Following is a reference that shows ``do_split_packages`` mandatory and 368Here is a reference that shows ``do_split_packages`` mandatory and
369optional arguments:: 369optional arguments::
370 370
371 Mandatory arguments 371 Mandatory arguments
@@ -1123,7 +1123,7 @@ The ``devtool edit-recipe`` command lets you take a look at the recipe::
1123 ... 1123 ...
1124 LICENSE:${PN}-vary = "MIT" 1124 LICENSE:${PN}-vary = "MIT"
1125 1125
1126Here are three key points in the previous example: 1126Three key points in the previous example are:
1127 1127
1128- :term:`SRC_URI` uses the NPM 1128- :term:`SRC_URI` uses the NPM
1129 scheme so that the NPM fetcher is used. 1129 scheme so that the NPM fetcher is used.