mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +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>
21 lines
629 B
BlitzBasic
21 lines
629 B
BlitzBasic
require xorg-lib-common.inc
|
|
|
|
SUMMARY = "XTest: X Test extension library"
|
|
|
|
DESCRIPTION = "This extension is a minimal set of client and server \
|
|
extensions required to completely test the X11 server with no user \
|
|
intervention."
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bb4f89972c3869f617f61c1a79ad1952 \
|
|
file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99"
|
|
|
|
DEPENDS += "libxext xorgproto libxi"
|
|
PROVIDES = "xtst"
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXtst"
|
|
SRC_URI[sha256sum] = "84f5f30b9254b4ffee14b5b0940e2622153b0d3aed8286a3c5b7eeb340ca33c8"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|