mirror of
https://git.yoctoproject.org/poky
synced 2026-03-15 11:49:39 +01:00
An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers. Two recipes in meta-selftest were not converted as they're that way specifically for testing. A change in linux-firmware was also skipped and may need a more manual tweak. (From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
724 B
BlitzBasic
24 lines
724 B
BlitzBasic
SUMMARY = "XFont2: X Font rasterisation library"
|
|
|
|
DESCRIPTION = "libXfont2 provides various services for X servers, most \
|
|
notably font selection and rasterisation (through external libraries \
|
|
such as freetype)."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT & MIT & BSD-4-Clause & BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
|
|
|
|
DEPENDS += "freetype xtrans xorgproto libfontenc zlib"
|
|
|
|
XORG_PN = "libXfont2"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI[sha256sum] = "aa7c6f211cf7215c0ab4819ed893dc98034363d7b930b844bb43603c2e10b53e"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
|
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|
|
|
|
CVE_PRODUCT = "libxfont libxfont2"
|