diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-13 20:23:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-13 20:23:58 +0000 |
commit | 7787b6514bdfa5328b702be33c1e12c22e4226c9 (patch) | |
tree | f685c88e6c8c146bba6478e5bea07c8e266c1493 /conf/distro | |
parent | 549bb263873374b3eb330f8da623c7a0315d8c13 (diff) |
unslung: Fixed the rdepends for glibc and defined libc-for-gcc provider
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/unslung.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 71ee5c7d2f..11445846b2 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -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" |