From: Paul Eggleton Date: Wed, 8 Nov 2017 02:20:28 +0000 (+1300) Subject: bitbake: cooker: fix typo in bitbake -g message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16b98241e92385a46c3b9858c76e3ea6bb614d69;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: cooker: fix typo in bitbake -g message Flatened -> flattened. (Bitbake rev: 80f72ac6c56ba8f3e2f7b5f0cb95bee6c0101323) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index c7fdd72901f..28717f429c9 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/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