From patchwork Tue Nov 13 14:06:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: utils.bbclass: Fix documentation of create_cmdline_wrapper Date: Tue, 13 Nov 2012 14:06:57 -0000 From: Richard Purdie X-Patchwork-Id: 38925 Message-Id: <1352815617.24487.126.camel@ted> To: openembedded-core Signed-off-by: Richard Purdie --- -- cgit v0.9.0.3-4-gf50b 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 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.