From: nslu2-linux.adm@bkbits.net Date: Thu, 19 May 2005 08:39:38 +0000 (+0000) Subject: Merge bk://oe-devel.bkbits.net/openembedded X-Git-Tag: Release-2010-05/1~14132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f9b4cb961f183bf8e9dd1aa4aaf87f5da509f98;p=openembedded.git Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/19 10:17:51+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/05/19 10:17:37+02:00 uni-frankfurt.de!mickeyl document some attributes 2005/05/19 10:14:54+02:00 void!koen documentation.conf: typo-- BKrev: 428c50caB75iNfDFiyqVF5aLew8yrw --- diff --git a/conf/documentation.conf b/conf/documentation.conf index ad67fd8225..f10b05896d 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -42,26 +42,27 @@ DATETIME[doc] = "The date and time the build was started at" PN[doc] = "PN holds the name of the package (Package Name). It is gathered from the bitbake-file filename" PV[doc] = "PV holds the version of the package (Package Version). The default value is 1.0, it is \ retrieved from the bitbake-file filename." -PR[doc] = "PR is the release of the package (Package Release). By default it is set to r0" -PF[doc] = "FIXME" -P[doc] = "FIXME" +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)" SECTION[doc] = "Section of the packages e.g. console/networking" -PRIORITY[doc] = "FIXME" +PRIORITY[doc] = "Importance of package, default values are 'optional' or 'needed'" DESCRIPTION[doc] = "A small description of the package" LICENSE[doc] = "The license of the resulting package e.g. GPL" -MAINTAINER[doc] = "Maintainer of the .bb and resulting package" +AUTHOR[doc] = "The author of the stuff contained in the package" +MAINTAINER[doc] = "Maintainer of the .bb and the resulting package" HOMEPAGE[doc] = "Homepage of the package e.g. http://www.project.net" DEPENDS[doc] = "Build time dependencies, things needed to build the package" -RDEPENDS[doc] = "FIXME" -PROVIDES[doc] = "FIXME" +RDEPENDS[doc] = "Run time dependencies, things needed for a given package to run" +PROVIDES[doc] = "Names for additional dependencies that this package will provide" -PACKAGES[doc] = "FIXME" -FILES[doc] = "FIXME" +PACKAGES[doc] = "Names of packages to be generated" +FILES[doc] = "Files/Directories belonging to the package" @@ -72,4 +73,4 @@ CVSDIR[doc] = "The directory where cvs checkouts will be stored in." STAMP[doc] = "The directory that holds files to keep track of what was built" WORKDIR[doc] = "The directory where a concrete package will be unpacked and built" -T[doc] = "Tempory directory within the WORKDIR" +T[doc] = "Temporary directory within the WORKDIR"