diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-11-14 16:57:48 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-30 10:49:22 +0000 |
| commit | d4102074035c708b04792a02e5d9bbcc9ee4a0af (patch) | |
| tree | 1846800c426a29a33c8c1879f395e0d2893ebfc5 /meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb | |
| parent | 071afc961f49dddfb98c21c0013e7d349058e05b (diff) | |
| download | poky-d4102074035c708b04792a02e5d9bbcc9ee4a0af.tar.gz | |
libpciaccess: update to 0.14
(From OE-Core rev: 2fd9c9f19438496b86187d0d0a29f164de1ed0a8)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb new file mode 100644 index 0000000000..a44a5c8927 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.14.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Generic PCI access library for X" | ||
| 2 | |||
| 3 | DESCRIPTION = "libpciaccess provides functionality for X to access the \ | ||
| 4 | PCI bus and devices in a platform-independent way." | ||
| 5 | |||
| 6 | require xorg-lib-common.inc | ||
| 7 | |||
| 8 | SRC_URI += "\ | ||
| 9 | file://0004-Don-t-include-sys-io.h-on-arm.patch \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "8f436e151d5106a9cfaa71857a066d33" | ||
| 13 | SRC_URI[sha256sum] = "3df543e12afd41fea8eac817e48cbfde5aed8817b81670a4e9e493bb2f5bf2a4" | ||
| 14 | |||
| 15 | LICENSE = "MIT & MIT-style" | ||
| 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068" | ||
| 17 | |||
| 18 | REQUIRED_DISTRO_FEATURES = "" | ||
