diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-11-11 18:13:38 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-12 11:31:48 +0000 |
| commit | aa0b2b9cae48436b0bc9cd748c06ca50e87295b0 (patch) | |
| tree | 51cce9b0f2b227751da6a84a83ee5ea28d49aacf /meta/recipes-graphics | |
| parent | 99bef8c4cf7e2519fc7d837e98137b5a3eaab3f0 (diff) | |
| download | poky-aa0b2b9cae48436b0bc9cd748c06ca50e87295b0.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb index d311fd95e0..247a14ac44 100644 --- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb +++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb | |||
| @@ -1,26 +1,19 @@ | |||
| 1 | SUMMARY = "Generic PCI access library for X" | 1 | SUMMARY = "Generic PCI access library for X" |
| 2 | |||
| 3 | DESCRIPTION = "libpciaccess provides functionality for X to access the \ | 2 | DESCRIPTION = "libpciaccess provides functionality for X to access the \ |
| 4 | PCI bus and devices in a platform-independent way." | 3 | PCI bus and devices in a platform-independent way." |
| 5 | 4 | ||
| 6 | HOMEPAGE = "http://www.x.org" | 5 | HOMEPAGE = "http://www.x.org" |
| 7 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | 6 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
| 8 | |||
| 9 | SECTION = "x11/libs" | 7 | SECTION = "x11/libs" |
| 8 | |||
| 10 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=54c978968e565218eea36cf03ef24352" | ||
| 11 | |||
| 11 | DEPENDS = "util-macros" | 12 | DEPENDS = "util-macros" |
| 12 | 13 | ||
| 13 | SRC_URI = "${XORG_MIRROR}/individual/lib/${BP}.tar.xz" | 14 | SRC_URI = "${XORG_MIRROR}/individual/lib/${BP}.tar.xz" |
| 14 | |||
| 15 | inherit features_check pkgconfig meson | ||
| 16 | |||
| 17 | REQUIRED_DISTRO_FEATURES ?= "x11" | ||
| 18 | |||
| 19 | SRC_URI[sha256sum] = "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76" | 15 | SRC_URI[sha256sum] = "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76" |
| 20 | 16 | ||
| 21 | LICENSE = "MIT & MIT" | 17 | inherit pkgconfig meson |
| 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=54c978968e565218eea36cf03ef24352" | ||
| 23 | |||
| 24 | REQUIRED_DISTRO_FEATURES = "" | ||
| 25 | 18 | ||
| 26 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
