mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
It replaced tar.bz2 tar archieves with tar.xz from the middle of 2021 on page https://www.x.org/releases/individual/lib/. So set the default value of XORG_EXT with 'tar.xz', and update related recipes accordingly. (From OE-Core rev: b18a607ba0a33951375b66e895f8e129f96d9a67) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
773 B
BlitzBasic
27 lines
773 B
BlitzBasic
SUMMARY = "XFont: X Font rasterisation library"
|
|
|
|
DESCRIPTION = "libXfont 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-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
|
|
|
|
DEPENDS += "freetype xtrans xorgproto libfontenc zlib"
|
|
PROVIDES = "xfont"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXfont"
|
|
XORG_EXT = "tar.bz2"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI[md5sum] = "16eaf156edd79b68038b6a7c44aa9e9b"
|
|
SRC_URI[sha256sum] = "1a7f7490774c87f2052d146d1e0e64518d32e6848184a18654e8d0bb57883242"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
|
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|