summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb15
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 @@
1SUMMARY = "Generic PCI access library for X" 1SUMMARY = "Generic PCI access library for X"
2
3DESCRIPTION = "libpciaccess provides functionality for X to access the \ 2DESCRIPTION = "libpciaccess provides functionality for X to access the \
4PCI bus and devices in a platform-independent way." 3PCI bus and devices in a platform-independent way."
5 4
6HOMEPAGE = "http://www.x.org" 5HOMEPAGE = "http://www.x.org"
7BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" 6BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
8
9SECTION = "x11/libs" 7SECTION = "x11/libs"
8
10LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=54c978968e565218eea36cf03ef24352"
11
11DEPENDS = "util-macros" 12DEPENDS = "util-macros"
12 13
13SRC_URI = "${XORG_MIRROR}/individual/lib/${BP}.tar.xz" 14SRC_URI = "${XORG_MIRROR}/individual/lib/${BP}.tar.xz"
14
15inherit features_check pkgconfig meson
16
17REQUIRED_DISTRO_FEATURES ?= "x11"
18
19SRC_URI[sha256sum] = "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76" 15SRC_URI[sha256sum] = "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76"
20 16
21LICENSE = "MIT & MIT" 17inherit pkgconfig meson
22LIC_FILES_CHKSUM = "file://COPYING;md5=54c978968e565218eea36cf03ef24352"
23
24REQUIRED_DISTRO_FEATURES = ""
25 18
26BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"