| Submitter | Paul Eggleton |
|---|---|
| Date | July 24, 2012, 11:41 a.m. |
| Message ID | <1343130085-19070-1-git-send-email-paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/32929/ |
| State | Accepted |
| Commit | 17217ff707e41780cb473b9cdd2621dd18b982c2 |
| Headers | show |
Comments
On Tue, 2012-07-24 at 12:41 +0100, Paul Eggleton wrote: > 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(-) Merged to master, thanks. Richard
Patch
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]
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(-)