diff options
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 642ef15fe5..1e5f0f9039 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -774,7 +774,7 @@ Build Directory's hierarchy: | |||
774 | 774 | ||
775 | - :term:`BPN`: The name of the recipe | 775 | - :term:`BPN`: The name of the recipe |
776 | used to build the package. The :term:`BPN` variable is a version of | 776 | used to build the package. The :term:`BPN` variable is a version of |
777 | the ``PN`` variable but with common prefixes and suffixes removed. | 777 | the :term:`PN` variable but with common prefixes and suffixes removed. |
778 | 778 | ||
779 | - :term:`PV`: The version of the | 779 | - :term:`PV`: The version of the |
780 | recipe used to build the package. | 780 | recipe used to build the package. |
@@ -1918,7 +1918,7 @@ shared state files. Here is an example:: | |||
1918 | 1918 | ||
1919 | .. note:: | 1919 | .. note:: |
1920 | 1920 | ||
1921 | The shared state directory (``SSTATE_DIR``) is organized into two-character | 1921 | The shared state directory (:term:`SSTATE_DIR`) is organized into two-character |
1922 | subdirectories, where the subdirectory names are based on the first two | 1922 | subdirectories, where the subdirectory names are based on the first two |
1923 | characters of the hash. | 1923 | characters of the hash. |
1924 | If the shared state directory structure for a mirror has the same structure | 1924 | If the shared state directory structure for a mirror has the same structure |
@@ -2028,7 +2028,7 @@ dependencies, you must manually declare the dependencies. | |||
2028 | 2028 | ||
2029 | .. note:: | 2029 | .. note:: |
2030 | 2030 | ||
2031 | By default, ``foo-dev`` also has an ``RDEPENDS``-style dependency on | 2031 | By default, ``foo-dev`` also has an :term:`RDEPENDS`-style dependency on |
2032 | ``foo``, because the default value of ``RDEPENDS_${PN}-dev`` (set in | 2032 | ``foo``, because the default value of ``RDEPENDS_${PN}-dev`` (set in |
2033 | bitbake.conf) includes "${PN}". | 2033 | bitbake.conf) includes "${PN}". |
2034 | 2034 | ||