]> code.ossystems Code Review - openembedded-core.git/commitdiff
connman: Depend on xuser-account unconditionally
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Fri, 25 Sep 2015 11:14:00 +0000 (14:14 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Sep 2015 10:58:24 +0000 (11:58 +0100)
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]

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/connman/connman.inc

index fd9640e079f521e467a209c84a4edf093b24de0c..6c062ae7a16e16f1c4b2df8b10ec5f06ede5f356 100644 (file)
@@ -113,7 +113,7 @@ RPROVIDES_${PN} = "\
 
 RDEPENDS_${PN} = "\
        dbus \
-       ${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)} \
+       xuser-account \
        "
 
 PACKAGES_DYNAMIC += "^${PN}-plugin-.*"