[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2779/8267] image-buildinfo: restore trailing newline



commit a3e5ebea344f57a41eb12a4c730fd6c68233c320
Author: André Draszik <git andred net>
Date:   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.
    
    (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>

 meta/classes/image-buildinfo.bbclass |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
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),
+            '''
+'''
        ))
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]