summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/migration-3.2.rst2
-rw-r--r--documentation/ref-manual/classes.rst13
2 files changed, 1 insertions, 14 deletions
diff --git a/documentation/migration-guides/migration-3.2.rst b/documentation/migration-guides/migration-3.2.rst
index c538df04d2..5cb958e750 100644
--- a/documentation/migration-guides/migration-3.2.rst
+++ b/documentation/migration-guides/migration-3.2.rst
@@ -166,7 +166,7 @@ be indicators of genuine underlying problems and are therefore now treated as
166errors: 166errors:
167 167
168- :ref:`already-stripped <qa-check-already-stripped>` 168- :ref:`already-stripped <qa-check-already-stripped>`
169- :ref:`compile-host-path <qa-check-compile-host-path>` 169- ``compile-host-path``
170- :ref:`installed-vs-shipped <qa-check-installed-vs-shipped>` 170- :ref:`installed-vs-shipped <qa-check-installed-vs-shipped>`
171- :ref:`ldflags <qa-check-ldflags>` 171- :ref:`ldflags <qa-check-ldflags>`
172- :ref:`pn-overrides <qa-check-pn-overrides>` 172- :ref:`pn-overrides <qa-check-pn-overrides>`
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index d75ef323f7..fa5c2b5ce1 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1390,11 +1390,6 @@ The tests you can list with the :term:`WARN_QA` and
1390 directive, that the recipe also inherits the :ref:`ref-classes-gettext` 1390 directive, that the recipe also inherits the :ref:`ref-classes-gettext`
1391 class to ensure that gettext is available during the build. 1391 class to ensure that gettext is available during the build.
1392 1392
1393- ``compile-host-path:`` Checks the
1394 :ref:`ref-tasks-compile` log for indications that
1395 paths to locations on the build host were used. Using such paths
1396 might result in host contamination of the build output.
1397
1398- ``debug-deps:`` Checks that all packages except ``-dbg`` packages 1393- ``debug-deps:`` Checks that all packages except ``-dbg`` packages
1399 do not depend on ``-dbg`` packages, which would cause a packaging 1394 do not depend on ``-dbg`` packages, which would cause a packaging
1400 bug. 1395 bug.
@@ -1462,11 +1457,6 @@ The tests you can list with the :term:`WARN_QA` and
1462 being created due to being marked with a license that is in 1457 being created due to being marked with a license that is in
1463 :term:`INCOMPATIBLE_LICENSE`. 1458 :term:`INCOMPATIBLE_LICENSE`.
1464 1459
1465- ``install-host-path:`` Checks the
1466 :ref:`ref-tasks-install` log for indications that
1467 paths to locations on the build host were used. Using such paths
1468 might result in host contamination of the build output.
1469
1470- ``installed-vs-shipped:`` Reports when files have been installed 1460- ``installed-vs-shipped:`` Reports when files have been installed
1471 within :ref:`ref-tasks-install` but have not been included in any package by 1461 within :ref:`ref-tasks-install` but have not been included in any package by
1472 way of the :term:`FILES` variable. Files that do not 1462 way of the :term:`FILES` variable. Files that do not
@@ -1595,9 +1585,6 @@ The tests you can list with the :term:`WARN_QA` and
1595 in a packaged script is not longer than 128 characters, which can cause 1585 in a packaged script is not longer than 128 characters, which can cause
1596 an error at runtime depending on the operating system. 1586 an error at runtime depending on the operating system.
1597 1587
1598- ``split-strip:`` Reports that splitting or stripping debug symbols
1599 from binaries has failed.
1600
1601- ``staticdev:`` Checks for static library files (``*.a``) in 1588- ``staticdev:`` Checks for static library files (``*.a``) in
1602 non-``staticdev`` packages. 1589 non-``staticdev`` packages.
1603 1590