summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2021-08-31 06:28:00 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-04 08:46:35 +0100
commit055b36a0058f716703ed6a4232312893d88bfc51 (patch)
treedcd36ef6349b77835501f83bc869b7b6d16b8dc7 /documentation
parent0e95c887da35f37d16e9903d8ef4ee74eaacf837 (diff)
downloadpoky-055b36a0058f716703ed6a4232312893d88bfc51.tar.gz
ref-manual: add missing "${PN}-src" to default PACKAGES list
(From yocto-docs rev: c4e986364fc67799a9cba8fa1e9d33481bebaa8c) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Reviewed-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index d5ac1926b6..3a090354e0 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5391,7 +5391,7 @@ system and gives an overview of their function and contents.
5391 The list of packages the recipe creates. The default value is the 5391 The list of packages the recipe creates. The default value is the
5392 following:: 5392 following::
5393 5393
5394 ${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN} 5394 ${PN}-src ${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN}
5395 5395
5396 During packaging, the :ref:`ref-tasks-package` task 5396 During packaging, the :ref:`ref-tasks-package` task
5397 goes through :term:`PACKAGES` and uses the :term:`FILES` 5397 goes through :term:`PACKAGES` and uses the :term:`FILES`