summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0e7c39550a..44b1f1ac5f 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -64,7 +64,7 @@ PV[doc] = "PV holds the version of the package (Package Version). The default va
64retrieved from the bitbake-file filename but can be changed." 64retrieved from the bitbake-file filename but can be changed."
65PR[doc] = "PR is the revision of the package (Package Revision). By default it is set to r0." 65PR[doc] = "PR is the revision of the package (Package Revision). By default it is set to r0."
66PF[doc] = "Package name - Package version - Package revision (PN-PV-PR)" 66PF[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-PV)"
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, the default value is 'optional', other standard values are 'required', 'standard' and 'extra'." 70PRIORITY[doc] = "Importance of package, the default value is 'optional', other standard values are 'required', 'standard' and 'extra'."