Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] doc/manual: document the new waf-package infra variables
@ 2016-12-11 15:10 Romain Naour
  2016-12-11 17:04 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2016-12-11 15:10 UTC (permalink / raw)
  To: buildroot

Document LIBFOO_WAF_OPTS, LIBFOO_BUILD_OPTS,
LIBFOO_INSTALL_STAGING_OPTS and LIBFOO_INSTALL_TARGET_OPTS.

Also document LIBFOO_CONF_OPTS which was missing in waf-package
reference.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 docs/manual/adding-packages-waf.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/docs/manual/adding-packages-waf.txt b/docs/manual/adding-packages-waf.txt
index 3c0dbe4..67c6eff 100644
--- a/docs/manual/adding-packages-waf.txt
+++ b/docs/manual/adding-packages-waf.txt
@@ -65,3 +65,20 @@ also be defined.
   default, then Buildroot will use the waf executable provided in the
   package source tree; if set to +YES+, then Buidlroot will download,
   install waf as a host tool and use it to build the package.
+
+* +LIBFOO_WAF_OPTS+, to specify additional options to pass to the waf
+  script each time it is called. By default, empty.
+
+* +LIBFOO_CONF_OPTS+, to specify additional options to pass to the
+  waf script for the configuration step. By default, empty.
+
+* +LIBFOO_BUILD_OPTS+, to specify additional options to pass to the
+  waf script for the build step. By default, empty.
+
+* +LIBFOO_INSTALL_STAGING_OPTS+, to specify additional options used
+  by the waf script to install the package to the staging directory.
+  By default, empty.
+
+* +LIBFOO_INSTALL_TARGET_OPTS+, to specify additional options used
+  by the waf script to install the package to the target directory.
+  By default, empty.
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-11 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-11 15:10 [Buildroot] [PATCH] doc/manual: document the new waf-package infra variables Romain Naour
2016-12-11 17:04 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox