[oe-commits] Khem Raj : task-core-x11-sato: Add empty NETWORK_MANAGER for uclibc

git version control git at git.openembedded.org
Wed Jul 20 14:27:48 UTC 2011


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jul 18 15:36:42 2011 -0700

task-core-x11-sato: Add empty NETWORK_MANAGER for uclibc

conman needs some features from libresolv e.g. ns_initparse
which are missing in uclibc.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 meta/recipes-sato/tasks/task-core-x11-sato.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-sato/tasks/task-core-x11-sato.bb b/meta/recipes-sato/tasks/task-core-x11-sato.bb
index 43b24d2..cd71077 100644
--- a/meta/recipes-sato/tasks/task-core-x11-sato.bb
+++ b/meta/recipes-sato/tasks/task-core-x11-sato.bb
@@ -19,6 +19,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 ALLOW_EMPTY = "1"
 
 NETWORK_MANAGER ?= "connman-gnome"
+NETWORK_MANAGER_libc-uclibc = ""
+
 RDEPENDS_task-core-x11-sato = "\
     matchbox-desktop \
     matchbox-session-sato \





More information about the Openembedded-commits mailing list