summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/qa-checks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
-rw-r--r--documentation/ref-manual/qa-checks.rst4
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