diff options
Diffstat (limited to 'meta-agl-core/recipes-core/systemd')
-rw-r--r-- | meta-agl-core/recipes-core/systemd/systemd_aglcore.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc b/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc index 9681329be..ec64cedca 100644 --- a/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc +++ b/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc @@ -12,8 +12,9 @@ PACKAGECONFIG:append = " \ iptc \ " -# SPEC-737: connmand also has a NTP client which races with systemd-timesyncd -PACKAGECONFIG:remove = "timesyncd" +PACKAGECONFIG:remove = " \ + ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','systemd','','timesyncd',d)} \ +" # Enable systemd-coredump when agl-devel is set on PACKAGECONFIG:append:agl-devel = " coredump" |