mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
libpciaccess: remove redundant feature check
This recipe once included the xorg common .inc file but had to reset several variables. It no longer includes that file but there's a lot of cruft to remove: the LICENSE being "MIT & MIT" and the features_check class not checking for any features, specifically. (From OE-Core rev: 2321b806b3cd833f2b8b1672f699bfca55874fb3) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
99bef8c4cf
commit
aa0b2b9cae
@@ -1,26 +1,19 @@
|
|||||||
SUMMARY = "Generic PCI access library for X"
|
SUMMARY = "Generic PCI access library for X"
|
||||||
|
|
||||||
DESCRIPTION = "libpciaccess provides functionality for X to access the \
|
DESCRIPTION = "libpciaccess provides functionality for X to access the \
|
||||||
PCI bus and devices in a platform-independent way."
|
PCI bus and devices in a platform-independent way."
|
||||||
|
|
||||||
HOMEPAGE = "http://www.x.org"
|
HOMEPAGE = "http://www.x.org"
|
||||||
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
||||||
|
|
||||||
SECTION = "x11/libs"
|
SECTION = "x11/libs"
|
||||||
|
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=54c978968e565218eea36cf03ef24352"
|
||||||
|
|
||||||
DEPENDS = "util-macros"
|
DEPENDS = "util-macros"
|
||||||
|
|
||||||
SRC_URI = "${XORG_MIRROR}/individual/lib/${BP}.tar.xz"
|
SRC_URI = "${XORG_MIRROR}/individual/lib/${BP}.tar.xz"
|
||||||
|
|
||||||
inherit features_check pkgconfig meson
|
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES ?= "x11"
|
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76"
|
SRC_URI[sha256sum] = "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76"
|
||||||
|
|
||||||
LICENSE = "MIT & MIT"
|
inherit pkgconfig meson
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=54c978968e565218eea36cf03ef24352"
|
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = ""
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user