summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-05-05 15:25:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-13 11:28:34 +0100
commitf3540fc691c12aca637ddea71bd0090ddcc40e19 (patch)
tree32557407d52c70bff8490b53cde12b3314e97307 /documentation/dev-manual
parente145129aaa7aefd057ba7551445965602447045c (diff)
downloadpoky-f3540fc691c12aca637ddea71bd0090ddcc40e19.tar.gz
manuals: reduce verbosity with "worry about" expression
(From yocto-docs rev: 6c65f5f350cdc79a435deb20c48d861d9f4c5c14) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 37c7a19bfa..4200b8dd61 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -1589,7 +1589,7 @@ your software is built:
1589 1589
1590- *Autotools:* If your source files have a ``configure.ac`` file, then 1590- *Autotools:* If your source files have a ``configure.ac`` file, then
1591 your software is built using Autotools. If this is the case, you just 1591 your software is built using Autotools. If this is the case, you just
1592 need to worry about modifying the configuration. 1592 need to modify the configuration.
1593 1593
1594 When using Autotools, your recipe needs to inherit the 1594 When using Autotools, your recipe needs to inherit the
1595 :ref:`autotools <ref-classes-autotools>` class 1595 :ref:`autotools <ref-classes-autotools>` class
@@ -1603,7 +1603,7 @@ your software is built:
1603 1603
1604- *CMake:* If your source files have a ``CMakeLists.txt`` file, then 1604- *CMake:* If your source files have a ``CMakeLists.txt`` file, then
1605 your software is built using CMake. If this is the case, you just 1605 your software is built using CMake. If this is the case, you just
1606 need to worry about modifying the configuration. 1606 need to modify the configuration.
1607 1607
1608 When you use CMake, your recipe needs to inherit the 1608 When you use CMake, your recipe needs to inherit the
1609 :ref:`cmake <ref-classes-cmake>` class and your 1609 :ref:`cmake <ref-classes-cmake>` class and your