summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-02 14:12:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-02 16:47:43 +0100
commit035503b7290a3ea85c9e5a9a9ca8a99f889baf30 (patch)
tree4db44e6d326e44252cf4d453006924cd3f325cd7 /meta/conf
parent9a4b266674e698e4210ac9f01ac51171ca9c2bb2 (diff)
downloadpoky-035503b7290a3ea85c9e5a9a9ca8a99f889baf30.tar.gz
documentation.conf: Improve PRIORITY documentation
(From OE-Core rev: 3c8d0a3ebd557332f7ab82de4b8fee4e607a6062) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/documentation.conf2
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)"
67P[doc] = "Package name - Package version (PN-PF)" 67P[doc] = "Package name - Package version (PN-PF)"
68S[doc] = "Directory that holds the sources to build, WORKDIR/PN-PV by default. The 'make' or equivalent command is run from this directory." 68S[doc] = "Directory that holds the sources to build, WORKDIR/PN-PV by default. The 'make' or equivalent command is run from this directory."
69SECTION[doc] = "Section of the packages e.g. console/networking" 69SECTION[doc] = "Section of the packages e.g. console/networking"
70PRIORITY[doc] = "Importance of package, default values are 'optional' or 'needed'." 70PRIORITY[doc] = "Importance of package, the default value is 'optional', other standard values are 'required', 'standard' and 'extra'."
71DESCRIPTION[doc] = "An extended description of the package which can span mutliple lines. Paragraphs should be delimited by '\n'." 71DESCRIPTION[doc] = "An extended description of the package which can span mutliple lines. Paragraphs should be delimited by '\n'."
72SUMMARY[doc] = "A short synopsis of package which should be a maximum of 80 characters in size" 72SUMMARY[doc] = "A short synopsis of package which should be a maximum of 80 characters in size"
73LICENSE[doc] = "The license of the resulting package e.g. GPL" 73LICENSE[doc] = "The license of the resulting package e.g. GPL"