summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbitbake/bin/bitbake-layers2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers
index b4c41279b4..b4cfd5506a 100755
--- a/bitbake/bin/bitbake-layers
+++ b/bitbake/bin/bitbake-layers
@@ -307,6 +307,8 @@ build results (as the layer priority order has effectively changed).
307 recipefile.write('\n') 307 recipefile.write('\n')
308 recipefile.write('##### bbappended from %s #####\n' % self.get_append_layer(appendname)) 308 recipefile.write('##### bbappended from %s #####\n' % self.get_append_layer(appendname))
309 recipefile.writelines(appendfile.readlines()) 309 recipefile.writelines(appendfile.readlines())
310 recipefile.close()
311 appendfile.close()
310 312
311 def do_show_appends(self, args): 313 def do_show_appends(self, args):
312 """list bbappend files and recipe files they apply to 314 """list bbappend files and recipe files they apply to