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>
17 lines
451 B
BlitzBasic
17 lines
451 B
BlitzBasic
SUMMARY = "X font encoding library"
|
|
|
|
DESCRIPTION = "libfontenc is a library which helps font libraries \
|
|
portably determine and deal with different encodings of fonts."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1"
|
|
|
|
DEPENDS += "zlib xorgproto font-util"
|
|
PE = "1"
|
|
|
|
SRC_URI[sha256sum] = "c0d36991faee06551ddbaf5d99266e97becdc05edfae87a833c3ff7bf73cfec2"
|
|
|
|
BBCLASSEXTEND = "native"
|