waf: px4: run firmware task after link task

This fix a bug introduced by 06a5156 ("waf: px4: reconfigure PX4Firmware for
each program"), with the removal of the call fw_task.set_run_after(cp_lib).
This commit is contained in:
Gustavo Jose de Sousa 2016-08-18 15:22:06 -03:00 committed by Lucas De Marchi
parent 8fb6ccc8b7
commit b191269cc8
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ def px4_firmware(self):
'px4',
'build_firmware_px4fmu-v%s' % version,
)
fw_task.set_run_after(self.link_task)
# we need to synchronize in order to avoid the output expected by the
# previous ap_program being overwritten before used