summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-20 15:55:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-21 13:08:44 +0000
commit13ee5bb0d1dc7163f9b568a7b93d806e5a1f408b (patch)
tree2e9b64825931ddb8a83dccfc37248aa6de78f636 /meta/conf
parentcbde82f70b7bc099204037a4a7becd6f00c095bb (diff)
downloadpoky-13ee5bb0d1dc7163f9b568a7b93d806e5a1f408b.tar.gz
documentation: remove AUTHOR[doc]
The variable was mostly removed in oe-core 9d5edd12 but the documentation remained. [ YOCTO #15758 ] (From OE-Core rev: 6aab808bb9adee8e2409c23f49c6bc021007f1d8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/documentation.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 2dcf85f767..3dd7bce515 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -69,7 +69,6 @@ ANY_OF_DISTRO_FEATURES[doc] = "When a recipe inherits the features_check class,
69ANY_OF_MACHINE_FEATURES[doc] = "When a recipe inherits the features_check class, at least one item in this variable must be included in MACHINE_FEATURES." 69ANY_OF_MACHINE_FEATURES[doc] = "When a recipe inherits the features_check class, at least one item in this variable must be included in MACHINE_FEATURES."
70ASSUME_PROVIDED[doc] = "List of packages (recipes actually) that are assumed to be implicitly available. BitBake does not build these packages." 70ASSUME_PROVIDED[doc] = "List of packages (recipes actually) that are assumed to be implicitly available. BitBake does not build these packages."
71ASSUME_SHLIBS[doc] = "List of shlib:package[_version] mappings. Useful for lib packages in ASSUME_PROVIDED, for which automatic shlib dependency tracking does not work." 71ASSUME_SHLIBS[doc] = "List of shlib:package[_version] mappings. Useful for lib packages in ASSUME_PROVIDED, for which automatic shlib dependency tracking does not work."
72AUTHOR[doc] = "Email address used to contact the original author(s) in order to send patches and forward bugs."
73AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader." 72AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader."
74AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest source revision in the repository." 73AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest source revision in the repository."
75 74