From: Richard Purdie Date: Fri, 9 Nov 2012 11:02:04 +0000 (+0100) Subject: utils.bbclass: Fix documentation of create_cmdline_wrapper X-Git-Tag: 2015-4~8711 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=56160ca49dd546b7db07ae2021eefef7279b0f10;p=openembedded-core.git utils.bbclass: Fix documentation of create_cmdline_wrapper Signed-off-by: Richard Purdie --- diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass index c47ad6976d..52e511f5cf 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.