blob: 027c70099888b8792dd1c0d953c37eabcc4ff2ca [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"
Brad Bishop08902b02019-08-20 09:16:51 -04006
Andrew Geissler82c905d2020-04-13 13:39:40 -05007LIC_FILES_CHKSUM ?= "file://LICENSES;md5=1541fd8f5e8f1579512bf05f533371ba \
Brad Bishop08902b02019-08-20 09:16:51 -04008 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
Patrick Williamsc124f4f2015-09-15 14:41:29 -05009 file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
Brad Bishop08902b02019-08-20 09:16:51 -040010 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
Brad Bishop19323692019-04-05 15:28:33 -040011
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012CVE_PRODUCT = "glibc"
Brad Bishop19323692019-04-05 15:28:33 -040013
14INHIBIT_DEFAULT_DEPS = "1"
15
16ARM_INSTRUCTION_SET_armv4 = "arm"
17ARM_INSTRUCTION_SET_armv5 = "arm"
18ARM_INSTRUCTION_SET_armv6 = "arm"
19#
20# We will skip parsing glibc when target system C library selection is not glibc
21# this helps in easing out parsing for non-glibc system libraries
22#
23COMPATIBLE_HOST_libc-musl_class-target = "null"
24
Andrew Geissler635e0e42020-08-21 15:58:33 -050025PV = "2.32"