Files
poky/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.bb
Alexander Kanavin 00013601aa libpciaccess: upgrade 0.17 -> 0.18
License-Update: copyright years

Convert to meson, drop xorg-lib-common include
(it's too autotools-specific).

(From OE-Core rev: 4acdea1f3b9d0e18e899171aaa133980c1c7382e)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-07 17:25:02 +00:00

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"