[oe-commits] Andreas Oberritter : connman: only depend on xuser-account if ROOTLESS_X is set

git at git.openembedded.org git at git.openembedded.org
Thu Apr 2 11:03:45 UTC 2015


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

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Mar 23 16:29:29 2015 +0100

connman: only depend on xuser-account if ROOTLESS_X is set

* Copied from xserver-nodm-init.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 1062641..e281e39 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -119,7 +119,7 @@ RDEPENDS_${PN} = "\
 	${@bb.utils.contains('PACKAGECONFIG', 'bluetooth', '${BLUEZ}', '', d)} \
 	${@bb.utils.contains('PACKAGECONFIG', 'wifi','wpa-supplicant', '', d)} \
 	${@bb.utils.contains('PACKAGECONFIG', '3g','ofono', '', d)} \
-	xuser-account \
+	${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)} \
 	"
 
 PACKAGES_DYNAMIC += "^${PN}-plugin-.*"



More information about the Openembedded-commits mailing list