blob: cded384592ad5b7933f30895aa24558fb25025e1 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "GLIBC (GNU C Library)"
2DESCRIPTION = "The GNU C Library is used as the system C library in most systems with the Linux kernel."
3HOMEPAGE = "http://www.gnu.org/software/libc/libc.html"
4SECTION = "libs"
5LICENSE = "GPLv2 & LGPLv2.1"
6LIC_FILES_CHKSUM ?= "file://LICENSES;md5=07a394b26e0902b9ffdec03765209770 \
7 file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \
8 file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
9 file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff "
Brad Bishop19323692019-04-05 15:28:33 -040010
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011CVE_PRODUCT = "glibc"
Brad Bishop19323692019-04-05 15:28:33 -040012
13INHIBIT_DEFAULT_DEPS = "1"
14
15ARM_INSTRUCTION_SET_armv4 = "arm"
16ARM_INSTRUCTION_SET_armv5 = "arm"
17ARM_INSTRUCTION_SET_armv6 = "arm"
18#
19# We will skip parsing glibc when target system C library selection is not glibc
20# this helps in easing out parsing for non-glibc system libraries
21#
22COMPATIBLE_HOST_libc-musl_class-target = "null"
23
24PV = "2.29"