summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-11-16 21:25:02 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-22 10:25:34 +0000
commit685cfa94a316cb822f4820ed170410e649cdd250 (patch)
treedbc64e35c98e11a610c094e48de2297b543662fa /meta/recipes-graphics/xorg-xserver
parent1e2f122a17309f687ec54e9a3928434e6c4547eb (diff)
downloadpoky-685cfa94a316cb822f4820ed170410e649cdd250.tar.gz
xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.2.bb (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.8.99.904.bb)5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.8.99.904.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.2.bb
index 98d79a1b28..0433fe33ba 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.8.99.904.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.2.bb
@@ -7,7 +7,7 @@ PROTO_DEPS += "xf86driproto dri2proto"
7DEPENDS += "font-util" 7DEPENDS += "font-util"
8 8
9PE = "1" 9PE = "1"
10PR = "r1" 10PR = "r0"
11 11
12SRC_URI += "file://nodolt.patch \ 12SRC_URI += "file://nodolt.patch \
13 file://crosscompile.patch" 13 file://crosscompile.patch"
@@ -17,4 +17,7 @@ SRC_URI += "file://nodolt.patch \
17# Misc build failure for master HEAD 17# Misc build failure for master HEAD
18SRC_URI += "file://fix_open_max_preprocessor_error.patch" 18SRC_URI += "file://fix_open_max_preprocessor_error.patch"
19 19
20SRC_URI[md5sum] = "5c8773499a6a8c1ddaedf33577ec9634"
21SRC_URI[sha256sum] = "8b30800004c98fc7a8e6ff31a339f28451be5132e774443be22bf226e1791e34"
22
20EXTRA_OECONF += "--enable-dri --enable-dri2" 23EXTRA_OECONF += "--enable-dri --enable-dri2"