1
0
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:
Ross Burton
2016-07-13 11:24:16 +01:00
committed by Richard Purdie
parent 560077821a
commit bb9d9dacca
16 changed files with 0 additions and 1386 deletions
@@ -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 \
"