aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2014-03-25 01:36:02 +0100
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 17:15:48 +0100
commit2f24e0b804452df7e5bd16c1dde3765553d37469 (patch)
tree0e1b049558f5c1a0e77ecf9bf2ddb264d7b38cbd
parent16367c9d0d777364eb60d4371d29fefdfadac7d2 (diff)
downloadopenembedded-core-contrib-2f24e0b804452df7e5bd16c1dde3765553d37469.tar.gz
connman: only depend on xuser-account if ROOTLESS_X is set
* Copied from xserver-nodm-init. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta/recipes-connectivity/connman/connman.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index abf6c07e06..63b9578295 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -116,7 +116,7 @@ RDEPENDS_${PN} = "\
${@base_contains('PACKAGECONFIG', 'bluetooth', 'bluez4', '', d)} \
${@base_contains('PACKAGECONFIG', 'wifi','wpa-supplicant', '', d)} \
${@base_contains('PACKAGECONFIG', '3g','ofono', '', d)} \
- xuser-account \
+ ${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)} \
"
PACKAGES_DYNAMIC += "^${PN}-plugin-.*"