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

@ -414,7 +414,6 @@ def parse_srclib(metafile):
thisinfo['Repo'] = ''
thisinfo['Subdir'] = None
thisinfo['Prepare'] = None
thisinfo['Srclibs'] = None
if metafile is None:
return thisinfo