[oe-commits] [openembedded-core] 08/30: image-buildinfo: restore trailing newline

git at git.openembedded.org git at git.openembedded.org
Fri Sep 30 16:16:13 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit afbd3917061212558ccacda129eff516b735e5b1
Author: André Draszik <git at andred.net>
AuthorDate: Thu Sep 29 09:46:54 2016 +0100

    image-buildinfo: restore trailing newline
    
    The last line in the generated /etc/build doesn't end
    with a newline anymore, restore it.
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/image-buildinfo.bbclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/classes/image-buildinfo.bbclass b/meta/classes/image-buildinfo.bbclass
index 83d0db3..3003f5d 100644
--- a/meta/classes/image-buildinfo.bbclass
+++ b/meta/classes/image-buildinfo.bbclass
@@ -71,7 +71,9 @@ Build Configuration:  |
 Layer Revisions:      |
 -----------------------
 ''',
-            get_layer_revs(d)
+            get_layer_revs(d),
+            '''
+'''
        ))
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list