mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
uclibc: remove
uclibc is showing its age now and upstarts like musl are approximately the same size but with far more features and active maintainers. Remove uclibc from oe-core and use endorse musl as the lighter alternative to full-fat glibc. (From OE-Core rev: ff1599149942af1c36280abd4f1ed3878aaa62eb) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
560077821a
commit
bb9d9dacca
@@ -1,28 +0,0 @@
|
||||
#
|
||||
# uclibc specific configuration
|
||||
#
|
||||
|
||||
LIBCEXTENSION = "-uclibc"
|
||||
|
||||
# Add uclibc overrides to the overrides.
|
||||
LIBCOVERRIDE = ":libc-uclibc"
|
||||
OVERRIDES .= "${LIBCOVERRIDE}"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/libc ?= "uclibc"
|
||||
PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv"
|
||||
PREFERRED_PROVIDER_virtual/libintl ?= "gettext"
|
||||
PREFERRED_PROVIDER_virtual/nativesdk-libintl ?= "nativesdk-glibc"
|
||||
PREFERRED_PROVIDER_virtual/nativesdk-libiconv ?= "nativesdk-glibc"
|
||||
|
||||
USE_NLS ?= "no"
|
||||
|
||||
CXXFLAGS += "-fvisibility-inlines-hidden"
|
||||
|
||||
IMAGE_LINGUAS = ""
|
||||
|
||||
LIBC_DEPENDENCIES = "\
|
||||
uclibc \
|
||||
uclibc-dbg \
|
||||
uclibc-dev \
|
||||
uclibc-thread-db \
|
||||
"
|
||||
Reference in New Issue
Block a user