diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-02 14:12:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-02 16:39:04 +0100 |
commit | 3c8d0a3ebd557332f7ab82de4b8fee4e607a6062 (patch) | |
tree | 2165d8e7339e16929d7bfacb1b111801c9bf7365 | |
parent | f2b6f9c3a8b4f87b5570b78766a118e4290d773a (diff) | |
download | openembedded-core-3c8d0a3ebd557332f7ab82de4b8fee4e607a6062.tar.gz openembedded-core-3c8d0a3ebd557332f7ab82de4b8fee4e607a6062.tar.bz2 openembedded-core-3c8d0a3ebd557332f7ab82de4b8fee4e607a6062.zip |
documentation.conf: Improve PRIORITY documentation
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/documentation.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 004a16c6a7..24b307b862 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -67,7 +67,7 @@ PF[doc] = "Package name - Package version - Package revision (PN-PV-PR)" P[doc] = "Package name - Package version (PN-PF)" S[doc] = "Directory that holds the sources to build, WORKDIR/PN-PV by default. The 'make' or equivalent command is run from this directory." SECTION[doc] = "Section of the packages e.g. console/networking" -PRIORITY[doc] = "Importance of package, default values are 'optional' or 'needed'." +PRIORITY[doc] = "Importance of package, the default value is 'optional', other standard values are 'required', 'standard' and 'extra'." DESCRIPTION[doc] = "An extended description of the package which can span mutliple lines. Paragraphs should be delimited by '\n'." SUMMARY[doc] = "A short synopsis of package which should be a maximum of 80 characters in size" LICENSE[doc] = "The license of the resulting package e.g. GPL" |