All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake-layers: fix help for show-overlayed to match behaviour
@ 2012-07-24 11:41 Paul Eggleton
  2012-08-02 16:05 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2012-07-24 11:41 UTC (permalink / raw)
  To: bitbake-devel

show-overlayed actually lists the same recipe in multiple layers
regardless of priority, so change the help description to match.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 bin/bitbake-layers |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/bitbake-layers b/bin/bitbake-layers
index 6d35386..1dacc25 100755
--- a/bin/bitbake-layers
+++ b/bin/bitbake-layers
@@ -138,7 +138,7 @@ class Commands(cmd.Cmd):
 
 
     def do_show_overlayed(self, args):
-        """list overlayed recipes (where the same recipe exists in another layer that has a higher layer priority)
+        """list overlayed recipes (where the same recipe exists in another layer)
 
 usage: show-overlayed [-f] [-s]
 
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-02 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-24 11:41 [PATCH] bitbake-layers: fix help for show-overlayed to match behaviour Paul Eggleton
2012-08-02 16:05 ` 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.