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 b323a6fdf4..c495e4cc41 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -110,7 +110,7 @@ Class files (``.bbclass``) contain information that is useful to share
110between recipes files. An example is the 110between recipes files. An example is the
111:ref:`autotools <ref-classes-autotools>` class, 111:ref:`autotools <ref-classes-autotools>` class,
112which contains common settings for any application that is built with 112which contains common settings for any application that is built with
113the `GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__. 113the :wikipedia:`GNU Autotools <GNU_Autotools>`.
114The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project 114The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project
115Reference Manual provides details about classes and how to use them. 115Reference Manual provides details about classes and how to use them.
116 116
@@ -2061,7 +2061,7 @@ dependencies, you must manually declare the dependencies.
2061 located. For each shared library, the package that contains the 2061 located. For each shared library, the package that contains the
2062 shared library is registered as providing the shared library. More 2062 shared library is registered as providing the shared library. More
2063 specifically, the package is registered as providing the 2063 specifically, the package is registered as providing the
2064 `soname <https://en.wikipedia.org/wiki/Soname>`__ of the library. The 2064 :wikipedia:`soname <Soname>` of the library. The
2065 resulting shared-library-to-package mapping is saved globally in 2065 resulting shared-library-to-package mapping is saved globally in
2066 :term:`PKGDATA_DIR` by the 2066 :term:`PKGDATA_DIR` by the
2067 :ref:`ref-tasks-packagedata` 2067 :ref:`ref-tasks-packagedata`