| Submitter | Rich Pixley |
|---|---|
| Date | June 4, 2012, 8:32 p.m. |
| Message ID | <4FCD1B48.8040708@palm.com> |
| Download | mbox | patch |
| Permalink | /patch/29205/ |
| State | New |
| Headers | show |
Comments
I know this is a minor patch, but we like to have Signed-off-by on all patches, also the subject should be something like documentation.conf: fix definition of P Thanks Sau! On 06/04/2012 01:32 PM, Rich Pixley wrote: > diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf > index 004a16c..1d57044 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, default values are 'optional' or > 'needed'." > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > >
Patch
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 004a16c..1d57044 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