diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 2245f8ea34..49e6345ce4 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py @@ -234,7 +234,7 @@ class BBCooker: total += c #add the variable on a single line, to be easy to replace the second time - total += "#added by bitbake" + total += "\n#added by bitbake" total += "\n%s = \"%s\"\n" % (var, val) with open(default_file, 'w') as f: