From: Ross Burton Date: Thu, 20 Feb 2025 15:55:51 +0000 (+0000) Subject: documentation: remove AUTHOR[doc] X-Git-Tag: yocto-5.2~418 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6aab808bb9adee8e2409c23f49c6bc021007f1d8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: remove AUTHOR[doc] The variable was mostly removed in oe-core 9d5edd12 but the documentation remained. [ YOCTO #15758 ] Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 2dcf85f7672..3dd7bce5155 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, ANY_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." ASSUME_PROVIDED[doc] = "List of packages (recipes actually) that are assumed to be implicitly available. BitBake does not build these packages." ASSUME_SHLIBS[doc] = "List of shlib:package[_version] mappings. Useful for lib packages in ASSUME_PROVIDED, for which automatic shlib dependency tracking does not work." -AUTHOR[doc] = "Email address used to contact the original author(s) in order to send patches and forward bugs." AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader." AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest source revision in the repository."