All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce][PATCH] meta-xfce/layer: explicitly set networkmanager to NETWORK_MANAGER
@ 2015-11-13 10:04 Hongxu Jia
  2015-11-13 10:13 ` Andreas Müller
  0 siblings, 1 reply; 9+ messages in thread
From: Hongxu Jia @ 2015-11-13 10:04 UTC (permalink / raw)
  To: openembedded-devel

The NETWORK_MANAGER is connman-gnome in oe-core by default,
which conflicts with networkmanager. And networkmanager is
required by xfce4-power-manager in meta-xfce. So we explicitly
set networkmanager to NETWORK_MANAGER for meta-xfce.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta-xfce/conf/layer.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf
index 55bcef6..e38d85d 100644
--- a/meta-xfce/conf/layer.conf
+++ b/meta-xfce/conf/layer.conf
@@ -17,3 +17,6 @@ LAYERDEPENDS_xfce-layer += "openembedded-layer"
 LAYERDEPENDS_xfce-layer += "gnome-layer"
 LAYERDEPENDS_xfce-layer += "openembedded-layer"
 LAYERDEPENDS_xfce-layer += "meta-python"
+
+# It is required by xfce4-power-manager
+NETWORK_MANAGER = "networkmanager"
-- 
1.9.1



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

end of thread, other threads:[~2015-11-13 12:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 10:04 [meta-xfce][PATCH] meta-xfce/layer: explicitly set networkmanager to NETWORK_MANAGER Hongxu Jia
2015-11-13 10:13 ` Andreas Müller
2015-11-13 10:19   ` Martin Jansa
2015-11-13 10:36     ` Andreas Müller
2015-11-13 11:45       ` Hongxu Jia
2015-11-13 12:05         ` Andreas Müller
2015-11-13 10:36     ` Hongxu Jia
2015-11-13 10:49       ` Hongxu Jia
2015-11-13 10:53         ` Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.