diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-09-25 14:14:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-28 12:00:23 +0100 |
commit | 907c8a7068791fb466867a29e881361b1639eae5 (patch) | |
tree | a4974b74c06a3ae0e46a80feebcd2062c2e59d2f /meta/recipes-connectivity/connman | |
parent | 1b146c597fb10bb5dae3cf35bccfc55e39c06a0e (diff) | |
download | poky-907c8a7068791fb466867a29e881361b1639eae5.tar.gz |
connman: Depend on xuser-account unconditionally
This means dragging in xuser-account even when it's not used but
that's a lesser evil than the recipe depending on machine specific
settings.
This also prevents a warning on connman service startup when
ROOTLESS_X is not set:
Unknown username "xuser" in message bus
[YOCTO #8005]
(From OE-Core rev: b791b8f1d175a73fcb9e48b3fcd56ebbc6bf6de1)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-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 fd9640e079..6c062ae7a1 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -113,7 +113,7 @@ RPROVIDES_${PN} = "\ | |||
113 | 113 | ||
114 | RDEPENDS_${PN} = "\ | 114 | RDEPENDS_${PN} = "\ |
115 | dbus \ | 115 | dbus \ |
116 | ${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)} \ | 116 | xuser-account \ |
117 | " | 117 | " |
118 | 118 | ||
119 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*" | 119 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*" |