depot_deploy: support packages providing Rtc

Fixes #4046
This commit is contained in:
Alexander Boettcher 2021-03-10 13:59:19 +01:00 committed by Norman Feske
parent 521663c6de
commit f98d10a3f3

View File

@ -487,6 +487,7 @@ void Depot_deploy::Child::gen_start_node(Xml_generator &xml, Xml_node common,
_gen_provides_sub_node(xml, service, "timer", "Timer");
_gen_provides_sub_node(xml, service, "pd", "PD");
_gen_provides_sub_node(xml, service, "cpu", "CPU");
_gen_provides_sub_node(xml, service, "rtc", "Rtc");
});
});
}