meta-agl-core: Improve connman-wait-online usability
[AGL/meta-agl.git] / meta-agl-core / recipes-platform / packagegroups / packagegroup-agl-core-connectivity.bb
index 91b52d7..aeee0f8 100644 (file)
@@ -7,12 +7,13 @@ PACKAGES = "\
     packagegroup-agl-core-connectivity \
     "
 
-ALLOW_EMPTY_${PN} = "1"
+ALLOW_EMPTY:${PN} = "1"
 
 PKGGROUP_ZEROCONF = "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'packagegroup-base-zeroconf', '', d)}"
 
-RDEPENDS_${PN} += "\
-    ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','connman','connman connman-client connman-tests \
-        connman-tools connman-ncurses connman-plugin-session-policy-local','',d)} \
+RDEPENDS:${PN} += "\
+    ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','connman','connman connman-client connman-conf \
+        connman-wait-online connman-tests connman-tools connman-ncurses' ,'',d)} \
     ${@bb.utils.contains('AGL_FEATURES', 'agl-devel', '${PKGGROUP_ZEROCONF}', '', d)} \
+    systemd-conf-canbus \
     "