summaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r--meta/conf/documentation.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 699ac216eb..62622ea255 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -1,6 +1,6 @@
1# this file holds documentation for known keys, possible values and 1# this file holds documentation for known keys, possible values and
2# their meaning. Please update, correct and extend this documentation. 2# their meaning. Please update, correct and extend this documentation.
3# Mail your changes to oe@handhelds.org 3# Mail your changes to openembedded-devel@openembedded.org
4 4
5# conf/bitbake.conf 5# conf/bitbake.conf
6PREFERRED_VERSION[doc] = 'Normally use it as PREFERRED_VERSION_package-name = "" to set the preferred \ 6PREFERRED_VERSION[doc] = 'Normally use it as PREFERRED_VERSION_package-name = "" to set the preferred \
@@ -57,7 +57,7 @@ PRIORITY[doc] = "Importance of package, default values are 'optional' or 'needed
57DESCRIPTION[doc] = "A small description of the package." 57DESCRIPTION[doc] = "A small description of the package."
58LICENSE[doc] = "The license of the resulting package e.g. GPL" 58LICENSE[doc] = "The license of the resulting package e.g. GPL"
59AUTHOR[doc] = "The author of the files installed." 59AUTHOR[doc] = "The author of the files installed."
60MAINTAINER[doc] = "Maintainer of the .bb file and the resulting package." 60MAINTAINER[doc] = "Distributions can put this in their .conf file to add their contact information into packages, this is not valid inside recipes"
61HOMEPAGE[doc] = "Homepage of the package e.g. http://www.project.net." 61HOMEPAGE[doc] = "Homepage of the package e.g. http://www.project.net."
62 62
63 63