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 | |
parent | 89ca5472843daa3f8aeacd285ff64bc4fc403d67 (diff) | |
download | poky-63fa986f7c3552454a1902387b54ad52dac1a1b5.tar.gz |
libdrm: upgrade to 2.4.23
Signed-off-by: Yu Ke <ke.yu@intel.com>
-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" | |||
137 | PREFERRED_VERSION_xvinfo ?= "1.0.2" | 137 | PREFERRED_VERSION_xvinfo ?= "1.0.2" |
138 | PREFERRED_VERSION_xwininfo ?= "1.1.0" | 138 | PREFERRED_VERSION_xwininfo ?= "1.1.0" |
139 | PREFERRED_VERSION_mesa-dri ?= "7.9" | 139 | PREFERRED_VERSION_mesa-dri ?= "7.9" |
140 | PREFERRED_VERSION_libdrm ?= "2.4.22" | 140 | PREFERRED_VERSION_libdrm ?= "2.4.23" |
141 | PREFERRED_VERSION_xcb-proto ?= "1.6" | 141 | PREFERRED_VERSION_xcb-proto ?= "1.6" |
142 | PREFERRED_VERSION_libxcb ?= "1.7" | 142 | PREFERRED_VERSION_libxcb ?= "1.7" |
143 | PREFERRED_VERSION_libxcb-nativesdk ?= "1.7" | 143 | 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 | |||
3 | LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71" | 3 | LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71" |
4 | 4 | ||
5 | SRC_URI += "file://installtests.patch" | 5 | SRC_URI += "file://installtests.patch" |
6 | SRC_URI[md5sum] = "3bdfa33f35d1c902e5115cceb5500c83" | 6 | SRC_URI[md5sum] = "7577ff36ec364d88fae466d4f7fc5fc6" |
7 | SRC_URI[sha256sum] = "0bb0e594e4094d9000d80f38e96e8f640b6364f96cfef5b970cf4481443c6b3d" | 7 | SRC_URI[sha256sum] = "c0f06d68c3edba7a1ad937f5481a8c287efd4cd368cee66cd9e678b06a911c18" |
8 | 8 | ||
9 | PR = "r0" | 9 | PR = "r0" |