1SUMMARY = "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 8SRC_URI += "\ 9" 10 11SRC_URI[md5sum] = "b34e2cbdd6aa8f9cc3fa613fd401a6d6" 12SRC_URI[sha256sum] = "214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489" 13 14LICENSE = "MIT & MIT" 15LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068" 16 17REQUIRED_DISTRO_FEATURES = "" 18 19BBCLASSEXTEND = "native nativesdk" 20