diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2015-03-23 16:29:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-25 12:39:42 +0000 |
commit | 43d84d82c971ae73e6237768b2925d2f9abaae70 (patch) | |
tree | 4bef52803a7363bcc4a27a3da35459a9cb6590b8 /meta/recipes-connectivity/connman/connman.inc | |
parent | 9782db00d4e093e32e62f012718cc4b2eff7e535 (diff) | |
download | poky-43d84d82c971ae73e6237768b2925d2f9abaae70.tar.gz |
connman: only depend on xuser-account if ROOTLESS_X is set
* Copied from xserver-nodm-init.
(From OE-Core rev: a09cfe460b6366edffacbd868af4d976bfe16520)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 1062641cec..e281e39b80 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -119,7 +119,7 @@ RDEPENDS_${PN} = "\ | |||
119 | ${@bb.utils.contains('PACKAGECONFIG', 'bluetooth', '${BLUEZ}', '', d)} \ | 119 | ${@bb.utils.contains('PACKAGECONFIG', 'bluetooth', '${BLUEZ}', '', d)} \ |
120 | ${@bb.utils.contains('PACKAGECONFIG', 'wifi','wpa-supplicant', '', d)} \ | 120 | ${@bb.utils.contains('PACKAGECONFIG', 'wifi','wpa-supplicant', '', d)} \ |
121 | ${@bb.utils.contains('PACKAGECONFIG', '3g','ofono', '', d)} \ | 121 | ${@bb.utils.contains('PACKAGECONFIG', '3g','ofono', '', d)} \ |
122 | xuser-account \ | 122 | ${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)} \ |
123 | " | 123 | " |
124 | 124 | ||
125 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*" | 125 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*" |