blob: 54bdb089763bfccc533fd1a6c2b71ccd1aa28d2f [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "Generic PCI access library for X"
2
3DESCRIPTION = "libpciaccess provides functionality for X to access the \
4PCI bus and devices in a platform-independent way."
5
6require xorg-lib-common.inc
7
Andrew Geissler517393d2023-01-13 08:55:19 -06008SRC_URI += "file://0001-linux_sysfs-Use-pwrite-pread-instead-of-64bit-versio.patch"
9
Patrick Williams7784c422022-11-17 07:29:11 -060010SRC_URI[sha256sum] = "74283ba3c974913029e7a547496a29145b07ec51732bbb5b5c58d5025ad95b73"
Brad Bishop316dfdd2018-06-25 12:45:53 -040011
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000012LICENSE = "MIT & MIT"
Brad Bishop316dfdd2018-06-25 12:45:53 -040013LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068"
14
15REQUIRED_DISTRO_FEATURES = ""
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016
17BBCLASSEXTEND = "native nativesdk"