Remove old submodules/oRTP if found + updated linphone

This commit is contained in:
Sylvain Berfini 2017-07-11 09:39:25 +02:00
parent 9c3a24f382
commit df07f11361
2 changed files with 3 additions and 1 deletions

View file

@ -154,6 +154,8 @@ class DesktopPreparator(prepare.Preparator):
ret |= not self.check_python_module_is_present('six')
if "python" in self.args.target or "python-raspberry" in self.args.target:
ret |= not self.check_python_module_is_present('wheel')
if os.path.isdir('submodules/oRTP'):
os.rmdir('submodules/oRTP')
return ret
def show_missing_dependencies(self):

@ -1 +1 @@
Subproject commit 17e4a1ff6c1e6798af2b488a89303b0ee2104130
Subproject commit 82c68c8e1710816fa339352a3beba1482a7940b2