mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 09:49:41 +01: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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user