summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index d35b590ee1..1856d4c3ad 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -2114,7 +2114,7 @@ statement that essentially identifies itself as being able to provide
2114``virtual/kernel``. Here is one way through the 2114``virtual/kernel``. Here is one way through the
2115:ref:`kernel <ref-classes-kernel>` class:: 2115:ref:`kernel <ref-classes-kernel>` class::
2116 2116
2117 PROVIDES += "${@ "virtual/kernel" if (d.getVar("KERNEL_PACKAGE_NAME") == "kernel") else "" }" 2117 PROVIDES += "virtual/kernel"
2118 2118
2119Any recipe that inherits the :ref:`kernel <ref-classes-kernel>` class is 2119Any recipe that inherits the :ref:`kernel <ref-classes-kernel>` class is
2120going to utilize a :term:`PROVIDES` statement that identifies that recipe as 2120going to utilize a :term:`PROVIDES` statement that identifies that recipe as