diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-03 15:59:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 21:31:32 +0000 |
commit | 3a7dd1d36891d76c5160e11b39ad85a3cbd69e68 (patch) | |
tree | 216e3093cc9f3c9dbb035132377efd04485183a3 /documentation/overview-manual/concepts.rst | |
parent | ceb169bd59e1efaf1bfc02cd1df24521dbb86290 (diff) | |
download | poky-3a7dd1d36891d76c5160e11b39ad85a3cbd69e68.tar.gz |
manuals: add shortcut for Wikipedia links
(From yocto-docs rev: 47101c15cce156ab71683cac1c42ab94f43bdbee)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 4 |
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 | |||
110 | between recipes files. An example is the | 110 | between recipes files. An example is the |
111 | :ref:`autotools <ref-classes-autotools>` class, | 111 | :ref:`autotools <ref-classes-autotools>` class, |
112 | which contains common settings for any application that is built with | 112 | which contains common settings for any application that is built with |
113 | the `GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__. | 113 | the :wikipedia:`GNU Autotools <GNU_Autotools>`. |
114 | The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project | 114 | The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project |
115 | Reference Manual provides details about classes and how to use them. | 115 | Reference 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` |