mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
(From OE-Core rev: f10a3457cdfbb4a94978da998d178d4254632fa7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
455 B
PHP
26 lines
455 B
PHP
#
|
|
# uclibc specific configuration
|
|
#
|
|
|
|
LIBCEXTENSION = "-uclibc"
|
|
|
|
# Add uclibc overrides to the overrides.
|
|
OVERRIDES =. "libc-uclibc:"
|
|
|
|
PREFERRED_PROVIDER_virtual/libc = "uclibc"
|
|
PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv"
|
|
PREFERRED_PROVIDER_virtual/libintl ?= "gettext"
|
|
|
|
USE_NLS ?= "no"
|
|
|
|
CXXFLAGS += "-fvisibility-inlines-hidden"
|
|
|
|
IMAGE_LINGUAS = ""
|
|
|
|
LIBC_DEPENDENCIES = "\
|
|
uclibc \
|
|
uclibc-dbg \
|
|
uclibc-dev \
|
|
uclibc-thread-db \
|
|
"
|