diff options
| -rwxr-xr-x | bitbake/bin/bitbake-layers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 302f020ba1..9964040bf7 100755 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/bin/bitbake-layers | |||
| @@ -556,7 +556,7 @@ Recipes are listed with the bbappends that apply to them as subitems. | |||
| 556 | continue | 556 | continue |
| 557 | 557 | ||
| 558 | basename = os.path.basename(filename) | 558 | basename = os.path.basename(filename) |
| 559 | appends = self.bbhandler.cooker.collection.appendlist.get(basename) | 559 | appends = self.bbhandler.cooker.collection.get_file_appends(basename) |
| 560 | if appends: | 560 | if appends: |
| 561 | appended.append((basename, list(appends))) | 561 | appended.append((basename, list(appends))) |
| 562 | else: | 562 | else: |
