summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-03 15:59:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-07 21:31:32 +0000
commit3a7dd1d36891d76c5160e11b39ad85a3cbd69e68 (patch)
tree216e3093cc9f3c9dbb035132377efd04485183a3 /documentation/ref-manual/classes.rst
parentceb169bd59e1efaf1bfc02cd1df24521dbb86290 (diff)
downloadpoky-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/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 0d3d2586b4..6bab15257e 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -85,7 +85,7 @@ about the variable flags (varflags) that help control archive creation.
85====================== 85======================
86 86
87The :ref:`autotools* <ref-classes-autotools>` classes support packages built with the 87The :ref:`autotools* <ref-classes-autotools>` classes support packages built with the
88`GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__. 88:wikipedia:`GNU Autotools <GNU_Autotools>`.
89 89
90The ``autoconf``, ``automake``, and ``libtool`` packages bring 90The ``autoconf``, ``automake``, and ``libtool`` packages bring
91standardization. This class defines a set of tasks (e.g. ``configure``, 91standardization. This class defines a set of tasks (e.g. ``configure``,
@@ -1775,8 +1775,8 @@ is not needed.
1775``npm.bbclass`` 1775``npm.bbclass``
1776=============== 1776===============
1777 1777
1778Provides support for building Node.js software fetched using the `node 1778Provides support for building Node.js software fetched using the
1779package manager (NPM) <https://en.wikipedia.org/wiki/Npm_(software)>`__. 1779:wikipedia:`node package manager (NPM) <Npm_(software)>`.
1780 1780
1781.. note:: 1781.. note::
1782 1782