diff options
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 93437856d9..016577e07e 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -2139,7 +2139,7 @@ dependencies, you must manually declare the dependencies. | |||
2139 | 2139 | ||
2140 | By default, ``foo-dev`` also has an :term:`RDEPENDS`-style dependency on | 2140 | By default, ``foo-dev`` also has an :term:`RDEPENDS`-style dependency on |
2141 | ``foo``, because the default value of ``RDEPENDS:${PN}-dev`` (set in | 2141 | ``foo``, because the default value of ``RDEPENDS:${PN}-dev`` (set in |
2142 | bitbake.conf) includes "${PN}". | 2142 | ``bitbake.conf``) includes "${PN}". |
2143 | 2143 | ||
2144 | To ensure that the dependency chain is never broken, ``-dev`` and | 2144 | To ensure that the dependency chain is never broken, ``-dev`` and |
2145 | ``-dbg`` packages are always generated by default, even if the | 2145 | ``-dbg`` packages are always generated by default, even if the |