diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-08-04 20:20:03 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-14 12:04:23 +0100 |
| commit | 956056e647e21a644908d761f072a00ea42a94f9 (patch) | |
| tree | 338dfa8d0fb92bc6acac3724d423be1f1611b161 /documentation/ref-manual/qa-checks.rst | |
| parent | 80859f21b5ceea8efdc09d0f0de24cc70a749d48 (diff) | |
| download | poky-956056e647e21a644908d761f072a00ea42a94f9.tar.gz | |
ref-manual: overrides syntax updates
Updated with openembedded-core/scripts/contrib/convert-overrides.py
(From yocto-docs rev: 23ee6fbdf429d4cf1de4129e92dc7de4e6e9d184)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
| -rw-r--r-- | documentation/ref-manual/qa-checks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst index 0ef203c70f..4b5d0abdba 100644 --- a/documentation/ref-manual/qa-checks.rst +++ b/documentation/ref-manual/qa-checks.rst | |||
| @@ -223,7 +223,7 @@ Errors and Warnings | |||
| 223 | software that reads :term:`CFLAGS` when you build it, | 223 | software that reads :term:`CFLAGS` when you build it, |
| 224 | you could add the following to your recipe:: | 224 | you could add the following to your recipe:: |
| 225 | 225 | ||
| 226 | CFLAGS_append = " -fPIC " | 226 | CFLAGS:append = " -fPIC " |
| 227 | 227 | ||
| 228 | For more information on text relocations at runtime, see | 228 | For more information on text relocations at runtime, see |
| 229 | https://www.akkadia.org/drepper/textrelocs.html. | 229 | https://www.akkadia.org/drepper/textrelocs.html. |
| @@ -620,7 +620,7 @@ Errors and Warnings | |||
| 620 | 620 | ||
| 621 | .. _qa-check-missing-update-alternatives: | 621 | .. _qa-check-missing-update-alternatives: |
| 622 | 622 | ||
| 623 | - ``<recipename>: recipe defines ALTERNATIVE_<packagename> but doesn't inherit update-alternatives. This might fail during do_rootfs later! [missing-update-alternatives]`` | 623 | - ``<recipename>: recipe defines ALTERNATIVE:<packagename> but doesn't inherit update-alternatives. This might fail during do_rootfs later! [missing-update-alternatives]`` |
| 624 | 624 | ||
| 625 | This check ensures that if a recipe sets the :term:`ALTERNATIVE` variable that the | 625 | This check ensures that if a recipe sets the :term:`ALTERNATIVE` variable that the |
| 626 | recipe also inherits :ref:`update-alternatives <ref-classes-update-alternatives>` such | 626 | recipe also inherits :ref:`update-alternatives <ref-classes-update-alternatives>` such |
