[oe-commits] Richard Purdie : documentation: Fix P entry

git at git.openembedded.org git at git.openembedded.org
Tue Mar 5 12:30:02 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: c48f774e0dc46c89a8a7b5c0045d6de7acdbb112
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c48f774e0dc46c89a8a7b5c0045d6de7acdbb112

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Mar  3 15:41:13 2013 +0000

documentation: Fix P entry

P is PN-PV, not PN-PF.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 0e7c395..44b1f1a 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
 retrieved from the bitbake-file filename but can be changed."
 PR[doc] = "PR is the revision of the package (Package Revision). By default it is set to r0."
 PF[doc] = "Package name - Package version - Package revision (PN-PV-PR)"
-P[doc]  = "Package name - Package version (PN-PF)"
+P[doc]  = "Package name - Package version (PN-PV)"
 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, the default value is 'optional', other standard values are 'required', 'standard' and 'extra'."





More information about the Openembedded-commits mailing list