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>
25 lines
810 B
BlitzBasic
25 lines
810 B
BlitzBasic
SUMMARY = "XExt: X Extension library"
|
|
|
|
DESCRIPTION = "libXext provides an X Window System client interface to \
|
|
several extensions to the X protocol. The supported protocol extensions \
|
|
are DOUBLE-BUFFER, DPMS, Extended-Visual-Information, LBX, MIT_SHM, \
|
|
MIT_SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, \
|
|
XC-APPGROUP, XC-MISC, XTEST. libXext also provides a small set of \
|
|
utility functions to aid authors of client APIs for X protocol \
|
|
extensions."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4234bb3b2f1521ea101e4e9db7c33c69"
|
|
|
|
DEPENDS += "xorgproto virtual/libx11"
|
|
PROVIDES = "xext"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXext"
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRC_URI[sha256sum] = "db14c0c895c57ea33a8559de8cb2b93dc76c42ea4a39e294d175938a133d7bca"
|