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 += "\ |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 9 | " |
| 10 | |
Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame] | 11 | SRC_URI[md5sum] = "b34e2cbdd6aa8f9cc3fa613fd401a6d6" |
| 12 | SRC_URI[sha256sum] = "214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 13 | |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 14 | LICENSE = "MIT & MIT" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068" |
| 16 | |
| 17 | REQUIRED_DISTRO_FEATURES = "" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |