Files
poky/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb
Kai Kang 02c98c4994 xorg-lib-common.inc: set default value of XORG_EXT
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>
2022-12-31 17:08:29 +00:00

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"