diff options
| -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" |
