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>
18 lines
537 B
BlitzBasic
18 lines
537 B
BlitzBasic
SUMMARY = "Generic PCI access library for X"
|
|
|
|
DESCRIPTION = "libpciaccess provides functionality for X to access the \
|
|
PCI bus and devices in a platform-independent way."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
SRC_URI += "file://0001-linux_sysfs-Use-pwrite-pread-instead-of-64bit-versio.patch"
|
|
|
|
SRC_URI[sha256sum] = "74283ba3c974913029e7a547496a29145b07ec51732bbb5b5c58d5025ad95b73"
|
|
|
|
LICENSE = "MIT & MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068"
|
|
|
|
REQUIRED_DISTRO_FEATURES = ""
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|