summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 18:21:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:26 +0100
commitec31647110eb96a83a253920cc5d26a164e09b3d (patch)
tree87d679876dd04a905f53e9cf6970f5738d1e63c9 /documentation/ref-manual/variables.rst
parenta6a7676910669f4bd3a0d4a0ac9a850ea491b7b1 (diff)
downloadpoky-ec31647110eb96a83a253920cc5d26a164e09b3d.tar.gz
manuals: add references to "do_package_write_*" tasks
Using a reference to "do_package_write_deb", the first entry in the list. [YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: 237cebcfa6215d75bbe28df677f18ebf7e1bb4f6) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index e4c2e8cf53..9cc6cdad2d 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6242,7 +6242,7 @@ system and gives an overview of their function and contents.
6242 The practical effect of the above :term:`RDEPENDS` assignment is that 6242 The practical effect of the above :term:`RDEPENDS` assignment is that
6243 ``bar`` and ``baz`` will be declared as dependencies inside the 6243 ``bar`` and ``baz`` will be declared as dependencies inside the
6244 package ``foo`` when it is written out by one of the 6244 package ``foo`` when it is written out by one of the
6245 :ref:`do_package_write_\* <ref-tasks-package_write_deb>` tasks. 6245 :ref:`do_package_write_* <ref-tasks-package_write_deb>` tasks.
6246 Exactly how this is done depends on which package format is used, 6246 Exactly how this is done depends on which package format is used,
6247 which is determined by 6247 which is determined by
6248 :term:`PACKAGE_CLASSES`. When the 6248 :term:`PACKAGE_CLASSES`. When the
@@ -6254,7 +6254,7 @@ system and gives an overview of their function and contents.
6254 added. This dependency is from the recipe's 6254 added. This dependency is from the recipe's
6255 :ref:`ref-tasks-build` (not to be confused with 6255 :ref:`ref-tasks-build` (not to be confused with
6256 :ref:`ref-tasks-compile`) task to the 6256 :ref:`ref-tasks-compile`) task to the
6257 ``do_package_write_*`` task of the recipes that build ``bar`` and 6257 :ref:`do_package_write_* <ref-tasks-package_write_deb>` task of the recipes that build ``bar`` and
6258 ``baz``. 6258 ``baz``.
6259 6259
6260 The names of the packages you list within :term:`RDEPENDS` must be the 6260 The names of the packages you list within :term:`RDEPENDS` must be the