aboutsummaryrefslogtreecommitdiffstats
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-11 12:19:13 +0000
commit80f72ac6c56ba8f3e2f7b5f0cb95bee6c0101323 (patch)
treec018108b68162abb3e3b6abf658fbd995bca70d6
parent431e89e322850a2497157c3c0843da9df6bc9a3e (diff)
downloadbitbake-80f72ac6c56ba8f3e2f7b5f0cb95bee6c0101323.tar.gz
cooker: fix typo in bitbake -g message
Flatened -> flattened. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index c7fdd7290..28717f429 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -885,7 +885,7 @@ class BBCooker:
continue
f.write('"%s" -> "%s"\n' % (pn, dep))
f.write("}\n")
- logger.info("Flatened recipe dependencies saved to 'recipe-depends.dot'")
+ logger.info("Flattened recipe dependencies saved to 'recipe-depends.dot'")
def show_appends_with_no_recipes(self):
# Determine which bbappends haven't been applied