common: rename _src_ to _source_ everywhere

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent a1ae3fbd26
commit eccefa4c57
12 changed files with 76 additions and 70 deletions

2
build
View File

@@ -461,7 +461,7 @@ Which components to build. Default: qemu-buildroot
# Do the build.
for component in selected_components:
component.build(self.env['archs'][0])
component.build(self.env['arch'])
if __name__ == '__main__':
Main().cli()