mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00

Glibc is not yet buildable with non-gcc compilers e.g. clang (From OE-Core rev: c822caf008be2311be3402a74826c6dcf99ce0a4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
28 lines
924 B
HTML
28 lines
924 B
HTML
SUMMARY = "GLIBC (GNU C Library)"
|
|
DESCRIPTION = "The GNU C Library is used as the system C library in most systems with the Linux kernel."
|
|
HOMEPAGE = "http://www.gnu.org/software/libc/libc.html"
|
|
SECTION = "libs"
|
|
LICENSE = "GPL-2.0-only & LGPL-2.1-or-later"
|
|
|
|
LIC_FILES_CHKSUM ?= "file://LICENSES;md5=df6e0948b55669789c30764c5fd9bc41 \
|
|
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
|
|
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
CVE_PRODUCT = "glibc"
|
|
|
|
INHIBIT_DEFAULT_DEPS = "1"
|
|
|
|
ARM_INSTRUCTION_SET:armv4 = "arm"
|
|
ARM_INSTRUCTION_SET:armv5 = "arm"
|
|
ARM_INSTRUCTION_SET:armv6 = "arm"
|
|
#
|
|
# We will skip parsing glibc when target system C library selection is not glibc
|
|
# this helps in easing out parsing for non-glibc system libraries
|
|
#
|
|
COMPATIBLE_HOST:libc-musl:class-target = "null"
|
|
|
|
PV = "2.41+git"
|
|
|
|
TOOLCHAIN = "gcc"
|