diff options
author | Richard Purdie <richard@openedhand.com> | 2007-03-20 08:47:57 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-03-20 08:47:57 +0000 |
commit | d078119646bfcedf8b3106ed0680c1102e1d8b79 (patch) | |
tree | 882059d5dfe378a01d57e3eda9dd51417aaae692 | |
parent | 87101356ff05cc7d06e10fe6f96464b17a3ee65c (diff) | |
download | openembedded-core-d078119646bfcedf8b3106ed0680c1102e1d8b79.tar.gz openembedded-core-d078119646bfcedf8b3106ed0680c1102e1d8b79.tar.bz2 openembedded-core-d078119646bfcedf8b3106ed0680c1102e1d8b79.zip |
Add an attempt at linux-libc-headers_2.6.20
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1365 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index 064fb698dc..3676aea279 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc @@ -10,7 +10,7 @@ PREFERRED_VERSION_gcc-cross ?= "4.1.1" PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" PREFERRED_VERSION_binutils ?= "2.17.50.0.5" PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.5" -PREFERRED_VERSION_linux-libc-headers ?= "2.6.18+2.6.19-rc1" +PREFERRED_VERSION_linux-libc-headers ?= "2.6.20" PREFERRED_VERSION_glibc ?= "2.5" PREFERRED_VERSION_glibc-intermediate ?= "2.5" PREFERRED_VERSION_glibc-initial ?= "2.5" |