mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 09:57:15 +00:00
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:
parent
1406f08771
commit
16cd29ba1f
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user