summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2017-11-08 15:20:28 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 13:06:45 +0000
commit16b98241e92385a46c3b9858c76e3ea6bb614d69 (patch)
treeab62611a34af739f92fb45c3ecda17b01bcc934e /bitbake
parent41c868d0763232cf23b80b51c48cee566112020e (diff)
downloadpoky-16b98241e92385a46c3b9858c76e3ea6bb614d69.tar.gz
bitbake: cooker: fix typo in bitbake -g message
Flatened -> flattened. (Bitbake rev: 80f72ac6c56ba8f3e2f7b5f0cb95bee6c0101323) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index c7fdd72901..28717f429c 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -885,7 +885,7 @@ class BBCooker:
885 continue 885 continue
886 f.write('"%s" -> "%s"\n' % (pn, dep)) 886 f.write('"%s" -> "%s"\n' % (pn, dep))
887 f.write("}\n") 887 f.write("}\n")
888 logger.info("Flatened recipe dependencies saved to 'recipe-depends.dot'") 888 logger.info("Flattened recipe dependencies saved to 'recipe-depends.dot'")
889 889
890 def show_appends_with_no_recipes(self): 890 def show_appends_with_no_recipes(self):
891 # Determine which bbappends haven't been applied 891 # Determine which bbappends haven't been applied