Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] connman: add alias for connman
@ 2016-05-25  7:11 Zhenbo Gao
  2016-05-25  8:05 ` Andreas Oberritter
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Zhenbo Gao @ 2016-05-25  7:11 UTC (permalink / raw)
  To: openembedded-core

connman get conflicts with networkmanager when building
the project.

here introduce alias virtual/networkmanager for these
two recipes, so setting PREFERRED_PROVIDER to the proper
one can solve the conflicts.

this patch is for connman recipe.

Signed-off-by: Zhenbo Gao <zhenbo.gao@windriver.com>
---
 meta/recipes-connectivity/connman/connman.inc               | 1 +
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index c375251..b5fc572 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -94,6 +94,7 @@ do_install_append() {
 
 # These used to be plugins, but now they are core
 RPROVIDES_${PN} = "\
+	virtual/networkmanager \
 	connman-plugin-loopback \
 	connman-plugin-ethernet \
 	${@bb.utils.contains('PACKAGECONFIG', 'bluetooth','connman-plugin-bluetooth', '', d)} \
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index aa88cf9..6d7d6af 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -28,7 +28,7 @@ RDEPENDS_packagegroup-self-hosted = "\
     "
 
 RDEPENDS_packagegroup-self-hosted-host-tools = "\
-    connman \
+    virtual/networkmanager \
     connman-plugin-ethernet \
     dhcp-client \
     e2fsprogs \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-05-25 10:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-25  7:11 [PATCH] connman: add alias for connman Zhenbo Gao
2016-05-25  8:05 ` Andreas Oberritter
2016-05-25  8:05 ` Richard Purdie
2016-05-25  9:41   ` zhenbo
2016-05-25 10:34     ` Burton, Ross
2016-05-25  8:30 ` Burton, Ross
2016-05-25  9:15   ` zhenbo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox