rbutil: enable "done" signal on bootloader uninstall

This allows to implement multi-stage uninstallers. Should not affect
the behaviour on current targets.

Change-Id: Idf8aec5caf76cf9317798890d094a7cebdbcabec
This commit is contained in:
Cástor Muñoz 2016-01-09 02:21:45 +01:00 committed by Dominik Riebeling
parent 6a1644c52a
commit 5a673d6df2
7 changed files with 8 additions and 2 deletions

View file

@ -175,6 +175,7 @@ bool BootloaderInstallImx::uninstall(void)
emit logItem(tr("To uninstall, perform a normal upgrade with an unmodified "
"original firmware."), LOGINFO);
logInstall(LogRemove);
emit done(true);
return false;
}