From: Richard Purdie Date: Mon, 2 Jul 2012 13:12:54 +0000 (+0100) Subject: documentation.conf: Improve PRIORITY documentation X-Git-Tag: rev_ivi_2015_02_04~16690 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98660ad292e61ee2758ebd6613ac84c47b06069c;p=scm%2Fbb%2Ftizen-distro.git documentation.conf: Improve PRIORITY documentation (From OE-Core rev: 3c8d0a3ebd557332f7ab82de4b8fee4e607a6062) Signed-off-by: Richard Purdie --- diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 004a16c..24b307b 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"