[Angstrom-devel] Khem Raj : systemd-image: Do not install conman on uclibc systems for now

Angstrom Git Repos ang-git at xora.vm.bytemark.co.uk
Fri Jul 1 20:04:49 CEST 2011


Module: meta-angstrom
Branch: master
Commit: 1e5ba045af3704e2357725e9f95673c96091ce06

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Jul  1 10:52:30 2011 -0700

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 at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 recipes-angstrom/images/systemd-image.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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"




More information about the Angstrom-distro-devel mailing list