From f98d10a3f397ca89d98db919441779a50614a6ed Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Wed, 10 Mar 2021 13:59:19 +0100 Subject: [PATCH] depot_deploy: support packages providing Rtc Fixes #4046 --- repos/gems/src/app/depot_deploy/child.h | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/gems/src/app/depot_deploy/child.h b/repos/gems/src/app/depot_deploy/child.h index a68443608c..755c2af786 100644 --- a/repos/gems/src/app/depot_deploy/child.h +++ b/repos/gems/src/app/depot_deploy/child.h @@ -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"); }); }); }