[bitbake-devel] [PATCH] clarify wording

Andrei Gherzan andrei at gherzan.ro
Fri Aug 24 21:19:04 UTC 2012


Modify the commit subject. to include what you are changing. In your case
the subject should be something like:
"bitbake: Clarify wording"

On Fri, Aug 24, 2012 at 3:22 AM, Trevor Woerner <twoerner at gmail.com> wrote:

> From: Trevor Woerner <twoerner at gmail.com>
>
> The '-s' option shows (input) recipes, not (built/output) packages. Clarify
> the help wording for this option so it is consistent.
>
> Signed-off-by: Trevor Woerner <twoerner at gmail.com>
> ---
>  bin/bitbake |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bin/bitbake b/bin/bitbake
> index 0b4f556..ed2ff06 100755
> --- a/bin/bitbake
> +++ b/bin/bitbake
> @@ -142,7 +142,7 @@ Default BBFILES are the .bb files in the current
> directory.""")
>      parser.add_option("-p", "--parse-only", help = "quit after parsing
> the BB files (developers only)",
>                 action = "store_true", dest = "parse_only", default =
> False)
>
> -    parser.add_option("-s", "--show-versions", help = "show current and
> preferred versions of all packages",
> +    parser.add_option("-s", "--show-versions", help = "show current and
> preferred versions of all recipes",
>                 action = "store_true", dest = "show_versions", default =
> False)
>
>      parser.add_option("-e", "--environment", help = "show the global or
> per-package environment (this is what used to be bbread)",
> --
> 1.7.10.GIT
>
>
> _______________________________________________
> bitbake-devel mailing list
> bitbake-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/bitbake-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20120825/b1cf41bc/attachment-0001.html>


More information about the bitbake-devel mailing list