diff options
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
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 |
