diff options
author | Yu Ke <ke.yu@intel.com> | 2011-06-29 15:52:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-04 12:45:00 +0100 |
commit | 4855794c2c329bcd1b1642caf43cb48616d5e95d (patch) | |
tree | 3f2bec5aa4c7a806280ec414fbc644f86168147f /meta/recipes-graphics/drm | |
parent | 1831ede4d94a40087cc7da9f0611f9bda057e0c1 (diff) | |
download | openembedded-core-4855794c2c329bcd1b1642caf43cb48616d5e95d.tar.gz openembedded-core-4855794c2c329bcd1b1642caf43cb48616d5e95d.tar.bz2 openembedded-core-4855794c2c329bcd1b1642caf43cb48616d5e95d.zip |
libdrm: upgrade to 2.4.26
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/drm')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm.inc | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm/installtests.patch (renamed from meta/recipes-graphics/drm/libdrm-2.4.25/installtests.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.26.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.25.bb) | 4 |
3 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index a66afad803..1ad9dc3c57 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc @@ -10,6 +10,9 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" PROVIDES = "drm" DEPENDS = "libpthread-stubs udev cairo virtual/libx11" +#libpciaccess is required starting from libdrm 2.4.26 +DEPENDS += " libpciaccess" + inherit autotools pkgconfig PACKAGES =+ "libdrm-tests" diff --git a/meta/recipes-graphics/drm/libdrm-2.4.25/installtests.patch b/meta/recipes-graphics/drm/libdrm/installtests.patch index 1f39719a07..1f39719a07 100644 --- a/meta/recipes-graphics/drm/libdrm-2.4.25/installtests.patch +++ b/meta/recipes-graphics/drm/libdrm/installtests.patch diff --git a/meta/recipes-graphics/drm/libdrm_2.4.25.bb b/meta/recipes-graphics/drm/libdrm_2.4.26.bb index 177e444b41..e5aa6a4814 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.25.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.26.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c5 SRC_URI += "file://installtests.patch" -SRC_URI[md5sum] = "f53dc4c72109b17908e4113c3b8addfe" -SRC_URI[sha256sum] = "51f99a815a18876977991bbc6f190607791d25a6e47a3269880ce7679dbd0e9f" +SRC_URI[md5sum] = "062569426773f69b11a47a7712bba770" +SRC_URI[sha256sum] = "b25b06ab5a077736044cbd9a3a05a9a23b873a0887ab1aaf93aa2b3218b2d3dc" PR = "r0" |