summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 4f8e6cb041..b06a73e5fc 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1768,7 +1768,7 @@ It is also worth noting that the end result of these signature
1768generators is to make some dependency and hash information available to 1768generators is to make some dependency and hash information available to
1769the build. This information includes: 1769the build. This information includes:
1770 1770
1771- ``BB_BASEHASH_task-``\ taskname: The base hashes for each task in the 1771- ``BB_BASEHASH:task-``\ taskname: The base hashes for each task in the
1772 recipe. 1772 recipe.
1773 1773
1774- ``BB_BASEHASH_``\ filename\ ``:``\ taskname: The base hashes for each 1774- ``BB_BASEHASH_``\ filename\ ``:``\ taskname: The base hashes for each
@@ -2027,7 +2027,7 @@ dependencies, you must manually declare the dependencies.
2027 .. note:: 2027 .. note::
2028 2028
2029 By default, ``foo-dev`` also has an :term:`RDEPENDS`-style dependency on 2029 By default, ``foo-dev`` also has an :term:`RDEPENDS`-style dependency on
2030 ``foo``, because the default value of ``RDEPENDS_${PN}-dev`` (set in 2030 ``foo``, because the default value of ``RDEPENDS:${PN}-dev`` (set in
2031 bitbake.conf) includes "${PN}". 2031 bitbake.conf) includes "${PN}".
2032 2032
2033 To ensure that the dependency chain is never broken, ``-dev`` and 2033 To ensure that the dependency chain is never broken, ``-dev`` and