[oe-commits] Jussi Kukkonen : connman: Depend on xuser-account unconditionally

git at git.openembedded.org git at git.openembedded.org
Sat Sep 26 17:14:29 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 4bd76e41d800586e6a80b2fff0215fcffd7af2fc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4bd76e41d800586e6a80b2fff0215fcffd7af2fc

Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
Date:   Fri Sep 25 14:14:00 2015 +0300

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]

Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 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 fd9640e..6c062ae 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -113,7 +113,7 @@ RPROVIDES_${PN} = "\
 
 RDEPENDS_${PN} = "\
 	dbus \
-	${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)} \
+	xuser-account \
 	"
 
 PACKAGES_DYNAMIC += "^${PN}-plugin-.*"



More information about the Openembedded-commits mailing list