From a09cfe460b6366edffacbd868af4d976bfe16520 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 23 Mar 2015 16:29:29 +0100 Subject: connman: only depend on xuser-account if ROOTLESS_X is set * Copied from xserver-nodm-init. Signed-off-by: Andreas Oberritter Signed-off-by: Richard Purdie --- 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 1062641cec..e281e39b80 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc @@ -119,7 +119,7 @@ RDEPENDS_${PN} = "\ ${@bb.utils.contains('PACKAGECONFIG', 'bluetooth', '${BLUEZ}', '', d)} \ ${@bb.utils.contains('PACKAGECONFIG', 'wifi','wpa-supplicant', '', d)} \ ${@bb.utils.contains('PACKAGECONFIG', '3g','ofono', '', d)} \ - xuser-account \ + ${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)} \ " PACKAGES_DYNAMIC += "^${PN}-plugin-.*" -- cgit 1.2.3-korg