unslung: Fixed the rdepends for glibc and defined libc-for-gcc provider
authorRod Whitby <rod@whitby.id.au>
Fri, 13 Jan 2006 20:23:58 +0000 (20:23 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 13 Jan 2006 20:23:58 +0000 (20:23 +0000)
conf/distro/unslung.conf
packages/meta/unslung-image.bb

index 71ee5c7..1144584 100644 (file)
@@ -47,6 +47,7 @@ UNSLUNG_EXTRA_INSTALL ?= "${UNSLUNG_EXTRA_RDEPENDS}"
 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}libc-for-gcc:glibc"
 
 PREFERRED_VERSION_binutils ?= "2.15.94.0.1"
 PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1"
index 2aa03a3..003d348 100644 (file)
@@ -6,12 +6,11 @@ IMAGE_BASENAME = "unslung"
 IMAGE_LINGUAS = ""
 USE_DEVFS = "1"
 
-DEPENDS  = "virtual/kernel unslung-rootfs \
-       glibc slingbox ipkg cpio findutils \
+DEPENDS  = "virtual/kernel \
        ${UNSLUNG_EXTRA_DEPENDS}"
 
 RDEPENDS  = "kernel unslung-rootfs \
-       glibc slingbox ipkg cpio findutils \
+       libc6-unslung slingbox ipkg cpio findutils \
        ${UNSLUNG_EXTRA_RDEPENDS}"
 
 IPKG_INSTALL = "unslung-rootfs \