From 1e5ba045af3704e2357725e9f95673c96091ce06 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 1 Jul 2011 10:52:30 -0700 Subject: [PATCH] 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 Signed-off-by: Koen Kooi --- recipes-angstrom/images/systemd-image.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-angstrom/images/systemd-image.bb b/recipes-angstrom/images/systemd-image.bb index cdfadea..788f4a1 100644 --- a/recipes-angstrom/images/systemd-image.bb +++ b/recipes-angstrom/images/systemd-image.bb @@ -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"