diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 610d64bd46..3af023895e 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1198,7 +1198,7 @@ Here are the tests you can list with the :term:`WARN_QA` and | |||
1198 | its :term:`PN` value matches something already in :term:`OVERRIDES` (e.g. | 1198 | its :term:`PN` value matches something already in :term:`OVERRIDES` (e.g. |
1199 | :term:`PN` happens to be the same as :term:`MACHINE` or | 1199 | :term:`PN` happens to be the same as :term:`MACHINE` or |
1200 | :term:`DISTRO`), it can have unexpected consequences. | 1200 | :term:`DISTRO`), it can have unexpected consequences. |
1201 | For example, assignments such as ``FILES_${PN} = "xyz"`` effectively | 1201 | For example, assignments such as ``FILES:${PN} = "xyz"`` effectively |
1202 | turn into ``FILES = "xyz"``. | 1202 | turn into ``FILES = "xyz"``. |
1203 | 1203 | ||
1204 | - ``rpaths:`` Checks for rpaths in the binaries that contain build | 1204 | - ``rpaths:`` Checks for rpaths in the binaries that contain build |
@@ -1224,7 +1224,7 @@ Here are the tests you can list with the :term:`WARN_QA` and | |||
1224 | 1224 | ||
1225 | - ``unlisted-pkg-lics:`` Checks that all declared licenses applying | 1225 | - ``unlisted-pkg-lics:`` Checks that all declared licenses applying |
1226 | for a package are also declared on the recipe level (i.e. any license | 1226 | for a package are also declared on the recipe level (i.e. any license |
1227 | in ``LICENSE_*`` should appear in :term:`LICENSE`). | 1227 | in ``LICENSE:*`` should appear in :term:`LICENSE`). |
1228 | 1228 | ||
1229 | - ``useless-rpaths:`` Checks for dynamic library load paths (rpaths) | 1229 | - ``useless-rpaths:`` Checks for dynamic library load paths (rpaths) |
1230 | in the binaries that by default on a standard system are searched by | 1230 | in the binaries that by default on a standard system are searched by |
@@ -1621,7 +1621,7 @@ a couple different ways: | |||
1621 | BBCLASSEXTEND = "native" | 1621 | BBCLASSEXTEND = "native" |
1622 | 1622 | ||
1623 | Inside the | 1623 | Inside the |
1624 | recipe, use ``_class-native`` and ``_class-target`` overrides to | 1624 | recipe, use ``:class-native`` and ``:class-target`` overrides to |
1625 | specify any functionality specific to the respective native or target | 1625 | specify any functionality specific to the respective native or target |
1626 | case. | 1626 | case. |
1627 | 1627 | ||
@@ -1652,7 +1652,7 @@ couple different ways: | |||
1652 | BBCLASSEXTEND = "nativesdk" | 1652 | BBCLASSEXTEND = "nativesdk" |
1653 | 1653 | ||
1654 | Inside the | 1654 | Inside the |
1655 | recipe, use ``_class-nativesdk`` and ``_class-target`` overrides to | 1655 | recipe, use ``:class-nativesdk`` and ``:class-target`` overrides to |
1656 | specify any functionality specific to the respective SDK machine or | 1656 | specify any functionality specific to the respective SDK machine or |
1657 | target case. | 1657 | target case. |
1658 | 1658 | ||