mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
distro: TCLIBC now defines glibc instead of eglibc
Adjust naming conventions to reflect eglibc->glibc move (From OE-Core rev: ce3f296ec9021d207cb80cb2c697932b83fd0e81) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,7 +6,7 @@ include conf/distro/include/world-broken.inc
|
||||
TCMODE ?= "default"
|
||||
require conf/distro/include/tcmode-${TCMODE}.inc
|
||||
|
||||
TCLIBC ?= "eglibc"
|
||||
TCLIBC ?= "glibc"
|
||||
require conf/distro/include/tclibc-${TCLIBC}.inc
|
||||
|
||||
# Allow single libc distros to disable this code
|
||||
|
||||
Reference in New Issue
Block a user