summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-05-25 15:59:22 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-25 15:59:22 +0000
commit579d6238e817ea11c8b7b09aff2cf36c71027173 (patch)
treeb9b277fb242bdeb31305852dd875d2c8fb920671 /conf
parent9125d5edcf62b504cb876afb8e70fd25ee01d157 (diff)
parent9a5608bd2dc4af7f2584afcb35057a711270d091 (diff)
merge of 6ba3e310353ca1a6ea62e5f5f11c116d1a1fce6d
and f8a273706c3fce0627a1d187a0aa71db62202670
Diffstat (limited to 'conf')
-rw-r--r--conf/documentation.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf
index 20bcc53f5f..b072ac8c67 100644
--- a/conf/documentation.conf
+++ b/conf/documentation.conf
@@ -63,8 +63,9 @@ HOMEPAGE[doc] = "Homepage of the package e.g. http://www.project.net."
GROUP_dependencies[doc] = "The keys in this group influence the dependency handling of BitBake \
and the resulting packages."
DEPENDS[doc] = "Build time dependencies, things needed to build the package. @group dependencies"
-RDEPENDS[doc] = "Run time dependencies, things needed for a given package to run. @group dependencies"
-PROVIDES[doc] = "Names for additional dependencies that this package will provide. @group dependencies"
+RDEPENDS[doc] = "Run time dependencies, things needed for a given package to run. This is used to populate the ipkg:Depends field. @group dependencies"
+PROVIDES[doc] = "Names for additional build time dependencies that this package will provide. @group dependencies"
+RPROVIDES[doc] = "Names for additional run time dependencies that this package will provide. This is used to populate the ipkg:Provides field. @group dependencies"
# packaging
@@ -98,4 +99,4 @@ SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the
PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to yes, if you want to build qt apps with CONFIG+=thread"
COMPATIBLE_HOST[doc] = "A regular expression which matches the HOST_SYS names supported by the package/file. Failure to match will cause the file to be skipped by the parser."
-COMPATIBLE_MACHINE[doc] = "A regular expression which matches the MACHINES support by the package/file. Failure to match will cause the file to be skipped by the parser." \ No newline at end of file
+COMPATIBLE_MACHINE[doc] = "A regular expression which matches the MACHINES support by the package/file. Failure to match will cause the file to be skipped by the parser."