summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-10 10:57:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 15:54:59 +0100
commit16dff2be01e8fc73e0057e3795319ea01fdeae5c (patch)
treefbfc2fc1efe02de4443167a991cc525ccbcbb301 /documentation
parent59256bc92b6b07620e6fc1035ade1b06a74d25dd (diff)
downloadpoky-16dff2be01e8fc73e0057e3795319ea01fdeae5c.tar.gz
ref-manual: remove AUTHOR variable
Following https://git.openembedded.org/openembedded-core/commit/?id=9d5edd124b7dddb995ceddd79f8a7fc8cf44badf (From yocto-docs rev: e7da4d122313f369be1c680dadd76ea53ba8dd04) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/contributor-guide/recipe-style-guide.rst1
-rw-r--r--documentation/ref-manual/variables.rst4
2 files changed, 0 insertions, 5 deletions
diff --git a/documentation/contributor-guide/recipe-style-guide.rst b/documentation/contributor-guide/recipe-style-guide.rst
index 5210062802..35ffbc61ef 100644
--- a/documentation/contributor-guide/recipe-style-guide.rst
+++ b/documentation/contributor-guide/recipe-style-guide.rst
@@ -144,7 +144,6 @@ general order when possible:
144 144
145- :term:`SUMMARY` 145- :term:`SUMMARY`
146- :term:`DESCRIPTION` 146- :term:`DESCRIPTION`
147- :term:`AUTHOR`
148- :term:`HOMEPAGE` 147- :term:`HOMEPAGE`
149- :term:`BUGTRACKER` 148- :term:`BUGTRACKER`
150- :term:`SECTION` 149- :term:`SECTION`
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 44e2dd08a8..7a71abc0ae 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -192,10 +192,6 @@ system and gives an overview of their function and contents.
192 192
193 ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation" 193 ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation"
194 194
195 :term:`AUTHOR`
196 The email address used to contact the original author or authors in
197 order to send patches and forward bugs.
198
199 :term:`AUTO_LIBNAME_PKGS` 195 :term:`AUTO_LIBNAME_PKGS`
200 When the :ref:`ref-classes-debian` class is inherited, 196 When the :ref:`ref-classes-debian` class is inherited,
201 which is the default behavior, :term:`AUTO_LIBNAME_PKGS` specifies which 197 which is the default behavior, :term:`AUTO_LIBNAME_PKGS` specifies which