glibc-common.inc 897 B

12345678910111213141516171819202122232425
  1. SUMMARY = "GLIBC (GNU C Library)"
  2. DESCRIPTION = "The GNU C Library is used as the system C library in most systems with the Linux kernel."
  3. HOMEPAGE = "http://www.gnu.org/software/libc/libc.html"
  4. SECTION = "libs"
  5. LICENSE = "GPL-2.0-only & LGPL-2.1-only"
  6. LIC_FILES_CHKSUM ?= "file://LICENSES;md5=1541fd8f5e8f1579512bf05f533371ba \
  7. file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
  8. file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
  9. file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
  10. CVE_PRODUCT = "glibc"
  11. INHIBIT_DEFAULT_DEPS = "1"
  12. ARM_INSTRUCTION_SET:armv4 = "arm"
  13. ARM_INSTRUCTION_SET:armv5 = "arm"
  14. ARM_INSTRUCTION_SET:armv6 = "arm"
  15. #
  16. # We will skip parsing glibc when target system C library selection is not glibc
  17. # this helps in easing out parsing for non-glibc system libraries
  18. #
  19. COMPATIBLE_HOST:libc-musl:class-target = "null"
  20. PV = "2.36"