mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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:
committed by
Richard Purdie
parent
2056bad636
commit
a3e5ebea34
@@ -71,7 +71,9 @@ Build Configuration: |
|
|||||||
Layer Revisions: |
|
Layer Revisions: |
|
||||||
-----------------------
|
-----------------------
|
||||||
''',
|
''',
|
||||||
get_layer_revs(d)
|
get_layer_revs(d),
|
||||||
|
'''
|
||||||
|
'''
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user