summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r--meta/classes/populate_sdk_ext.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 87fb7671fd..984f5389f9 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -142,6 +142,8 @@ python copy_buildsystem () {
142 for line in newlines: 142 for line in newlines:
143 if line.strip() and not line.startswith('#'): 143 if line.strip() and not line.startswith('#'):
144 f.write(line) 144 f.write(line)
145 # Write a newline just in case there's none at the end of the original
146 f.write('\n')
145 147
146 f.write('INHERIT += "%s"\n\n' % 'uninative') 148 f.write('INHERIT += "%s"\n\n' % 'uninative')
147 f.write('CONF_VERSION = "%s"\n\n' % d.getVar('CONF_VERSION', False)) 149 f.write('CONF_VERSION = "%s"\n\n' % d.getVar('CONF_VERSION', False))