Remove "Srclibs:" from srclib metadata files

They are handled per build, this feature is of little help and practically
unused in master.
This commit is contained in:
Daniel Martí 2015-06-03 13:51:41 +02:00
parent 7a3baa01ed
commit 439cabb7f3
3 changed files with 4 additions and 21 deletions

View file

@ -348,8 +348,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
if thisbuild['srclibs']:
for lib in thisbuild['srclibs']:
srclibpaths.append(
common.getsrclib(lib, 'build/srclib', srclibpaths,
basepath=True, prepare=False))
common.getsrclib(lib, 'build/srclib', basepath=True, prepare=False))
# If one was used for the main source, add that too.
basesrclib = vcs.getsrclib()