angstrom-2010.x.conf: Fix spurious '-' in uclibc PREFERRED_VERSION

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj
2011-05-18 19:38:24 -07:00
committed by Koen Kooi
parent cae4113f98
commit a3fdc8c11f

View File

@@ -73,8 +73,8 @@ PREFERRED_VERSION_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_VERSION}"
#Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
PREFERRED_VERSION_glibc ?= "2.10.1"
PREFERRED_VERSION_glibc-initial ?= "2.10.1"
PREFERRED_VERSION_uclibc ?= "0.9.31+0.9.32-rc%"
PREFERRED_VERSION_uclibc-initial ?= "0.9.31+0.9.32-rc%"
PREFERRED_VERSION_uclibc ?= "0.9.31+0.9.32rc%"
PREFERRED_VERSION_uclibc-initial ?= "0.9.31+0.9.32rc%"
PREFERRED_VERSION_eglibc ?= "2.12"
PREFERRED_VERSION_eglibc-initial ?= "2.12"