diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-05-15 19:37:04 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-21 00:19:55 +0200 |
commit | f53571e57f272f8fda24130fe5fd4fe281ef364e (patch) | |
tree | 18ca6cb85d9e5207dcc28c22a468be69ab6e0f7c /docs/manual/adding-packages-generic.txt | |
parent | 91169d3346e543be18139e18bdcc52a2345e0d16 (diff) | |
download | buildroot-f53571e57f272f8fda24130fe5fd4fe281ef364e.tar.gz buildroot-f53571e57f272f8fda24130fe5fd4fe281ef364e.zip |
docs/manual: document the new FOO_PROVIDES variable
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/adding-packages-generic.txt')
-rw-r--r-- | docs/manual/adding-packages-generic.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index f421651bb0..d3fa45b010 100644 --- a/docs/manual/adding-packages-generic.txt +++ b/docs/manual/adding-packages-generic.txt @@ -304,6 +304,9 @@ information is (assuming the package name is +libfoo+) : a similar way, +HOST_LIBFOO_DEPENDENCIES+ lists the dependencies for the current host package. +* +LIBFOO_PROVIDES+ lists all the virtual packages +libfoo+ is an + implementation of. See xref:virtual-package-tutorial[]. + * +LIBFOO_INSTALL_STAGING+ can be set to +YES+ or +NO+ (default). If set to +YES+, then the commands in the +LIBFOO_INSTALL_STAGING_CMDS+ variables are executed to install the package into the staging |