image-buildinfo: restore trailing newline

The last line in the generated /etc/build doesn't end
with a newline anymore, restore it.

(From OE-Core rev: afbd3917061212558ccacda129eff516b735e5b1)

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
André Draszik 2016-09-29 09:46:54 +01:00 committed by Richard Purdie
parent 2056bad636
commit a3e5ebea34
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,9 @@ Build Configuration: |
Layer Revisions: |
-----------------------
''',
get_layer_revs(d)
get_layer_revs(d),
'''
'''
))
}