* [PATCH cooker] cooker: Clarify package/recipe wording
@ 2012-09-19 3:00 Trevor Woerner
2012-09-20 10:57 ` Richard Purdie
2012-09-20 12:31 ` Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Trevor Woerner @ 2012-09-19 3:00 UTC (permalink / raw)
To: bitbake-devel
From: Trevor Woerner <twoerner@gmail.com>
When the '-s' option is run, change the heading above the list of recipes
to say "Recipe Name" instead of "Package Name".
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
lib/bb/cooker.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 237019c..b281cd0 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -278,8 +278,8 @@ class BBCooker:
pkg_pn = self.status.pkg_pn
(latest_versions, preferred_versions) = bb.providers.findProviders(self.configuration.data, self.status, pkg_pn)
- logger.plain("%-35s %25s %25s", "Package Name", "Latest Version", "Preferred Version")
- logger.plain("%-35s %25s %25s\n", "============", "==============", "=================")
+ logger.plain("%-35s %25s %25s", "Recipe Name", "Latest Version", "Preferred Version")
+ logger.plain("%-35s %25s %25s\n", "===========", "==============", "=================")
for p in sorted(pkg_pn):
pref = preferred_versions[p]
--
1.7.10.GIT
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH cooker] cooker: Clarify package/recipe wording
2012-09-19 3:00 [PATCH cooker] cooker: Clarify package/recipe wording Trevor Woerner
@ 2012-09-20 10:57 ` Richard Purdie
2012-09-20 12:31 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-09-20 10:57 UTC (permalink / raw)
To: Trevor Woerner; +Cc: bitbake-devel
On Tue, 2012-09-18 at 23:00 -0400, Trevor Woerner wrote:
> From: Trevor Woerner <twoerner@gmail.com>
>
> When the '-s' option is run, change the heading above the list of recipes
> to say "Recipe Name" instead of "Package Name".
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
> lib/bb/cooker.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Good catch, we need to fix these up! Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH cooker] cooker: Clarify package/recipe wording
2012-09-19 3:00 [PATCH cooker] cooker: Clarify package/recipe wording Trevor Woerner
2012-09-20 10:57 ` Richard Purdie
@ 2012-09-20 12:31 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-09-20 12:31 UTC (permalink / raw)
To: Trevor Woerner; +Cc: bitbake-devel
On Tue, 2012-09-18 at 23:00 -0400, Trevor Woerner wrote:
> From: Trevor Woerner <twoerner@gmail.com>
>
> When the '-s' option is run, change the heading above the list of recipes
> to say "Recipe Name" instead of "Package Name".
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
> lib/bb/cooker.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Good catch, we need to fix these up! Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-20 12:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-19 3:00 [PATCH cooker] cooker: Clarify package/recipe wording Trevor Woerner
2012-09-20 10:57 ` Richard Purdie
2012-09-20 12:31 ` Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.