mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e145129aaa
commit
f3540fc691
@@ -1589,7 +1589,7 @@ your software is built:
|
||||
|
||||
- *Autotools:* If your source files have a ``configure.ac`` file, then
|
||||
your software is built using Autotools. If this is the case, you just
|
||||
need to worry about modifying the configuration.
|
||||
need to modify the configuration.
|
||||
|
||||
When using Autotools, your recipe needs to inherit the
|
||||
:ref:`autotools <ref-classes-autotools>` class
|
||||
@@ -1603,7 +1603,7 @@ your software is built:
|
||||
|
||||
- *CMake:* If your source files have a ``CMakeLists.txt`` file, then
|
||||
your software is built using CMake. If this is the case, you just
|
||||
need to worry about modifying the configuration.
|
||||
need to modify the configuration.
|
||||
|
||||
When you use CMake, your recipe needs to inherit the
|
||||
:ref:`cmake <ref-classes-cmake>` class and your
|
||||
|
||||
Reference in New Issue
Block a user