systemd-image: Do not install conman on uclibc systems for now

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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj
2011-07-01 10:52:30 -07:00
committed by Koen Kooi
parent 97fb234b7a
commit 1e5ba045af

View File

@@ -12,11 +12,13 @@ IMAGE_INSTALL += " \
dropbear-systemd openssh-sftp \
e2fsprogs-e2fsck e2fsprogs-blkid \
avahi-daemon avahi-utils avahi-systemd \
connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd \
${CONMANPKGS} \
systemd-compat-units \
cpufrequtils \
htop \
"
CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd"
CONMANPKGS_libc-uclibc = ""
IMAGE_DEV_MANAGER = "udev"
IMAGE_INIT_MANAGER = "systemd"