[OE-core] [PATCH] connman: Add connman-wait-online to systemd packages

Richard Röjfors richard.rojfors at gmail.com
Wed Oct 4 19:05:13 UTC 2017


From: Richard Röjfors <richard.rojfors at gmail.com>

It was missing, causing systemd to not install
the service correctly.

Signed-off-by Richard Röjfors <richard at puffinpack.se>
---
 meta/recipes-connectivity/connman/connman.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 6c8f405a8a..09cc362a9c 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -58,7 +58,7 @@ INITSCRIPT_NAME = "connman"
 INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ."
 
 python __anonymous () {
-    systemd_packages = "${PN}"
+    systemd_packages = "${PN} ${PN}-wait-online"
     pkgconfig = d.getVar('PACKAGECONFIG')
     if ('openvpn' or 'vpnc' or 'l2tp' or 'pptp') in pkgconfig.split():
         systemd_packages += " ${PN}-vpn"
-- 
2.11.0




More information about the Openembedded-core mailing list