* [PATCH] utils.bbclass: Fix documentation of create_cmdline_wrapper
@ 2012-11-13 14:06 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-11-13 14:06 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass
index c47ad69..52e511f 100644
--- a/meta/classes/utils.bbclass
+++ b/meta/classes/utils.bbclass
@@ -246,12 +246,12 @@ oe_machinstall() {
}
create_cmdline_wrapper () {
- # Create a wrapper script
+ # Create a wrapper script where commandline options are needed
#
- # These are useful to work around relocation issues, by setting environment
- # variables which point to paths in the filesystem.
+ # These are useful to work around relocation issues, by passing extra options
+ # to a program
#
- # Usage: create_wrapper FILENAME [[VAR=VALUE]..]
+ # Usage: create_cmdline_wrapper FILENAME <extra-options>
cmd=$1
shift
@@ -269,7 +269,7 @@ END
}
create_wrapper () {
- # Create a wrapper script
+ # Create a wrapper script where extra environment variables are needed
#
# These are useful to work around relocation issues, by setting environment
# variables which point to paths in the filesystem.
--
cgit v0.9.0.3-4-gf50b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-13 14:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-13 14:06 [PATCH] utils.bbclass: Fix documentation of create_cmdline_wrapper Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox