- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
27 lines
718 B
BlitzBasic
27 lines
718 B
BlitzBasic
SUMMARY = "Generic PCI access library for X"
|
|
|
|
DESCRIPTION = "libpciaccess provides functionality for X to access the \
|
|
PCI bus and devices in a platform-independent way."
|
|
|
|
HOMEPAGE = "http://www.x.org"
|
|
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
|
|
|
SECTION = "x11/libs"
|
|
LICENSE = "MIT"
|
|
DEPENDS = "util-macros"
|
|
|
|
SRC_URI = "${XORG_MIRROR}/individual/lib/${BP}.tar.xz"
|
|
|
|
inherit features_check pkgconfig meson
|
|
|
|
REQUIRED_DISTRO_FEATURES ?= "x11"
|
|
|
|
SRC_URI[sha256sum] = "5461b0257d495254346f52a9c329b44b346262663675d3fecdb204a7e7c262a9"
|
|
|
|
LICENSE = "MIT & MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=54c978968e565218eea36cf03ef24352"
|
|
|
|
REQUIRED_DISTRO_FEATURES = ""
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|