]> code.ossystems Code Review - openembedded-core.git/commitdiff
image-buildinfo: restore trailing newline
authorAndré Draszik <git@andred.net>
Thu, 29 Sep 2016 08:46:54 +0000 (09:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2016 16:14:10 +0000 (17:14 +0100)
The last line in the generated /etc/build doesn't end
with a newline anymore, restore it.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image-buildinfo.bbclass

index 83d0db37d8624349b6b3f602302b9ecd6b0b536d..3003f5d2564d509808d94a7cd5f98d991f4ae7fb 100644 (file)
@@ -71,7 +71,9 @@ Build Configuration:  |
 Layer Revisions:      |
 -----------------------
 ''',
-            get_layer_revs(d)
+            get_layer_revs(d),
+            '''
+'''
        ))
 }