diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-03 15:41:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 13:14:53 +0000 |
commit | da9a41587bd8716dbd6ccedfd5afcd8431043745 (patch) | |
tree | 9d41233247f69c5a0ce4596d9a995e7a9ee927c0 | |
parent | f35ce02c5ddbad10376f43b5b1dafc8153a303a2 (diff) | |
download | poky-da9a41587bd8716dbd6ccedfd5afcd8431043745.tar.gz |
documentation: Fix P entry
P is PN-PV, not PN-PF.
(From OE-Core rev: c48f774e0dc46c89a8a7b5c0045d6de7acdbb112)
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 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 | |||
64 | retrieved from the bitbake-file filename but can be changed." | 64 | retrieved from the bitbake-file filename but can be changed." |
65 | PR[doc] = "PR is the revision of the package (Package Revision). By default it is set to r0." | 65 | PR[doc] = "PR is the revision of the package (Package Revision). By default it is set to r0." |
66 | PF[doc] = "Package name - Package version - Package revision (PN-PV-PR)" | 66 | PF[doc] = "Package name - Package version - Package revision (PN-PV-PR)" |
67 | P[doc] = "Package name - Package version (PN-PF)" | 67 | P[doc] = "Package name - Package version (PN-PV)" |
68 | S[doc] = "Directory that holds the sources to build, WORKDIR/PN-PV by default. The 'make' or equivalent command is run from this directory." | 68 | S[doc] = "Directory that holds the sources to build, WORKDIR/PN-PV by default. The 'make' or equivalent command is run from this directory." |
69 | SECTION[doc] = "Section of the packages e.g. console/networking" | 69 | SECTION[doc] = "Section of the packages e.g. console/networking" |
70 | PRIORITY[doc] = "Importance of package, the default value is 'optional', other standard values are 'required', 'standard' and 'extra'." | 70 | PRIORITY[doc] = "Importance of package, the default value is 'optional', other standard values are 'required', 'standard' and 'extra'." |