tcmode-default.inc: Switch to git version of uclibc by default

systemd related functionality is tested in latest git of uclibc
therefore lets use it as default provider for uclibc as its the
most tested version on master

(From OE-Core rev: db93f49c676f84d6d5ad54a9f1ed9be7ba6d5364)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2013-01-24 13:07:29 -08:00
committed by Richard Purdie
parent 1406f08771
commit 16cd29ba1f

View File

@@ -21,7 +21,7 @@ GCCVERSION ?= "4.7%"
SDKGCCVERSION ?= "${GCCVERSION}"
BINUVERSION ?= "2.23.1"
EGLIBCVERSION ?= "2.16"
UCLIBCVERSION ?= "0.9.33"
UCLIBCVERSION ?= "0.9.33+git%"
LINUXLIBCVERSION ?= "3.7"
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"