diff options
author | Mike Westerhof <mwester@dls.net> | 2007-05-26 22:23:22 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2007-05-26 22:23:22 +0000 |
commit | 18fbbaab563f7efe8053e493f23660d19e5596c1 (patch) | |
tree | defdf9be30db4dc536ef554972dd358c7674624a /conf/distro | |
parent | 64d0fcf00c3cb30d6587207b27acae1b6864f3f2 (diff) |
Unslung: glibc.bb and unslung.conf - make Unslung build with bitbake 1.8
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/unslung.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index aaf5c690a8..ad75fffe11 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -47,6 +47,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}libc-for-gcc:glibc" PREFERRED_PROVIDERS += " virtual/libc:glibc" +PREFERRED_PROVIDER_libc6-unslung = "glibc" + PREFERRED_VERSION_binutils ?= "2.15.94.0.1" PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" |