mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

We have been duplicating few variables in glibc recipes which could actually be defined once, therefore move them to glibc-common.inc which is included by all glibc family of recipes (From OE-Core rev: 41093cb6c6d5edccebf41e62ed537779b1ee47bf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
885 B
HTML
25 lines
885 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 = "GPLv2 & LGPLv2.1"
|
|
LIC_FILES_CHKSUM ?= "file://LICENSES;md5=07a394b26e0902b9ffdec03765209770 \
|
|
file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \
|
|
file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
|
|
file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff "
|
|
|
|
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.29"
|