diff options
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index ee00479926..fb38ab4fc1 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -59,7 +59,7 @@ INITSCRIPT_NAME = "connman" | |||
59 | INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ." | 59 | INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ." |
60 | 60 | ||
61 | python __anonymous () { | 61 | python __anonymous () { |
62 | systemd_packages = "${PN}" | 62 | systemd_packages = "${PN} ${PN}-wait-online" |
63 | pkgconfig = d.getVar('PACKAGECONFIG') | 63 | pkgconfig = d.getVar('PACKAGECONFIG') |
64 | if ('openvpn' or 'vpnc' or 'l2tp' or 'pptp') in pkgconfig.split(): | 64 | if ('openvpn' or 'vpnc' or 'l2tp' or 'pptp') in pkgconfig.split(): |
65 | systemd_packages += " ${PN}-vpn" | 65 | systemd_packages += " ${PN}-vpn" |