]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake-layers: fix help for show-overlayed to match behaviour
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 24 Jul 2012 11:41:24 +0000 (12:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Aug 2012 16:05:06 +0000 (17:05 +0100)
show-overlayed actually lists the same recipe in multiple layers
regardless of priority, so change the help description to match.

(Bitbake rev: 17217ff707e41780cb473b9cdd2621dd18b982c2)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake-layers

index 6d35386cadd0d18c6d1c3edd5761cc68d4bb0ac8..1dacc258b4264333e91b02d8ea5a6ad5ad146186 100755 (executable)
@@ -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]