poky-default.inc: Bump linux-libc-headers to 2.6.33

Now that we have a Busybox (and strace) which we can build we can use the same
kernel-headers version as our default kernel version.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-05-25 15:38:28 +01:00
parent f24f8360bc
commit eb69ecdfcc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}compilerlibs = "gcc-runtime"
GCCVERSION ?= "4.3.3"
BINUVERSION ?= "2.20"
GLIBCVERSION ?= "2.9"
LINUXLIBCVERSION ?= "2.6.30"
LINUXLIBCVERSION ?= "2.6.33"
# Temporary preferred version overrides for PPC
PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"