diff options
author | Yu Ke <ke.yu@intel.com> | 2011-01-14 15:56:34 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-18 07:38:02 -0800 |
commit | 63fa986f7c3552454a1902387b54ad52dac1a1b5 (patch) | |
tree | 2614f113e8e100a9e9ab3d4ef1e3f86614889131 /meta | |
parent | 89ca5472843daa3f8aeacd285ff64bc4fc403d67 (diff) | |
download | openembedded-core-63fa986f7c3552454a1902387b54ad52dac1a1b5.tar.gz openembedded-core-63fa986f7c3552454a1902387b54ad52dac1a1b5.tar.bz2 openembedded-core-63fa986f7c3552454a1902387b54ad52dac1a1b5.zip |
libdrm: upgrade to 2.4.23
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm-2.4.23/installtests.patch (renamed from meta/recipes-graphics/drm/libdrm-2.4.22/installtests.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.23.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.22.bb) | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 2a982ba506..84460ca96d 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -137,7 +137,7 @@ PREFERRED_VERSION_xtrans-nativesdk ?= "1.2.6" PREFERRED_VERSION_xvinfo ?= "1.0.2" PREFERRED_VERSION_xwininfo ?= "1.1.0" PREFERRED_VERSION_mesa-dri ?= "7.9" -PREFERRED_VERSION_libdrm ?= "2.4.22" +PREFERRED_VERSION_libdrm ?= "2.4.23" PREFERRED_VERSION_xcb-proto ?= "1.6" PREFERRED_VERSION_libxcb ?= "1.7" PREFERRED_VERSION_libxcb-nativesdk ?= "1.7" diff --git a/meta/recipes-graphics/drm/libdrm-2.4.22/installtests.patch b/meta/recipes-graphics/drm/libdrm-2.4.23/installtests.patch index 9d6a168bbc..9d6a168bbc 100644 --- a/meta/recipes-graphics/drm/libdrm-2.4.22/installtests.patch +++ b/meta/recipes-graphics/drm/libdrm-2.4.23/installtests.patch diff --git a/meta/recipes-graphics/drm/libdrm_2.4.22.bb b/meta/recipes-graphics/drm/libdrm_2.4.23.bb index d8e0fffd96..1546ceae60 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.22.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.23.bb @@ -3,7 +3,7 @@ require libdrm.inc LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71" SRC_URI += "file://installtests.patch" -SRC_URI[md5sum] = "3bdfa33f35d1c902e5115cceb5500c83" -SRC_URI[sha256sum] = "0bb0e594e4094d9000d80f38e96e8f640b6364f96cfef5b970cf4481443c6b3d" +SRC_URI[md5sum] = "7577ff36ec364d88fae466d4f7fc5fc6" +SRC_URI[sha256sum] = "c0f06d68c3edba7a1ad937f5481a8c287efd4cd368cee66cd9e678b06a911c18" PR = "r0" |