From 72c6f939c9130328045bda1c8896e078b75f07f0 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Fri, 30 Dec 2011 15:34:35 +0800 Subject: 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. Signed-off-by: Dexuan Cui --- .../recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb (limited to 'meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb') 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 000000000..5043634fd --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb @@ -0,0 +1,18 @@ +SUMMARY = "Generic PCI access library for X" + +DESCRIPTION = "libpciaccess provides functionality for X to access the \ +PCI bus and devices in a platform-independant way." + +require xorg-lib-common.inc + +SRC_URI += "file://fix_deletion_of_last_handle.patch" + +LICENSE = "MIT & MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=de01cb89a769dc657d4c321c209ce4fc" + +PR = "r0" + +DEPENDS += "xproto virtual/libx11" + +SRC_URI[md5sum] = "f1db198398a8a1143822acc230843e8c" +SRC_URI[sha256sum] = "0861d5bf68b598baa307e5c9b06dfd38ae03096b46e36b236106517bcd14b63a" -- cgit v1.2.3