Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [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://0004-Don-t-include-sys-io.h-on-arm.patch \ |
| 10 | " |
| 11 | |
| 12 | SRC_URI[md5sum] = "8f436e151d5106a9cfaa71857a066d33" |
| 13 | SRC_URI[sha256sum] = "3df543e12afd41fea8eac817e48cbfde5aed8817b81670a4e9e493bb2f5bf2a4" |
| 14 | |
| 15 | LICENSE = "MIT & MIT-style" |
| 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068" |
| 17 | |
| 18 | REQUIRED_DISTRO_FEATURES = "" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 19 | |
| 20 | BBCLASSEXTEND = "native nativesdk" |