Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Generic PCI access library for X" |
| 2 | |
| 3 | DESCRIPTION = "libpciaccess provides functionality for X to access the \ |
| 4 | PCI bus and devices in a platform-independent way." |
| 5 | |
| 6 | require xorg-lib-common.inc |
| 7 | |
| 8 | SRC_URI += "\ |
| 9 | file://0001-Include-config.h-before-anything-else-in-.c.patch \ |
| 10 | file://0002-Fix-quoting-issue.patch \ |
| 11 | file://0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch \ |
| 12 | file://0004-Don-t-include-sys-io.h-on-arm.patch \ |
| 13 | " |
| 14 | |
| 15 | SRC_URI[md5sum] = "ace78aec799b1cf6dfaea55d3879ed9f" |
| 16 | SRC_URI[sha256sum] = "07f864654561e4ac8629a0ef9c8f07fbc1f8592d1b6c418431593e9ba2cf2fcf" |
| 17 | |
| 18 | LICENSE = "MIT & MIT-style" |
| 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068" |
| 20 | |
| 21 | REQUIRED_DISTRO_FEATURES = "" |