diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-12-30 15:34:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:14:37 +0000 |
commit | 2ed05064992707efe550a70e519ea2557b7ad0f5 (patch) | |
tree | 2c514fb49dd4141a77d7442c81dec6493159bf04 /meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb | |
parent | 9272288100e75317bd753e70a9ab885d9b23dff4 (diff) | |
download | poky-2ed05064992707efe550a70e519ea2557b7ad0f5.tar.gz |
libpciaccess: upgrade from 0.12.1 to 0.12.902
According to http://cgit.freedesktop.org/xorg/lib/libpciaccess/log/, 0.12.902
does fix some bugs, so let's upgrade to it.
Moreover, I pulled a patch from upstream git repo.
I also updated the COPYING's chksum since there is a minor change to the
Copyright header.
(From OE-Core rev: 72c6f939c9130328045bda1c8896e078b75f07f0)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb new file mode 100644 index 0000000000..5043634fdb --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.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-independant way." | ||
5 | |||
6 | require xorg-lib-common.inc | ||
7 | |||
8 | SRC_URI += "file://fix_deletion_of_last_handle.patch" | ||
9 | |||
10 | LICENSE = "MIT & MIT-style" | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=de01cb89a769dc657d4c321c209ce4fc" | ||
12 | |||
13 | PR = "r0" | ||
14 | |||
15 | DEPENDS += "xproto virtual/libx11" | ||
16 | |||
17 | SRC_URI[md5sum] = "f1db198398a8a1143822acc230843e8c" | ||
18 | SRC_URI[sha256sum] = "0861d5bf68b598baa307e5c9b06dfd38ae03096b46e36b236106517bcd14b63a" | ||