diff options
author | Yu Ke <ke.yu@intel.com> | 2010-11-16 21:25:02 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-22 10:25:34 +0000 |
commit | 685cfa94a316cb822f4820ed170410e649cdd250 (patch) | |
tree | dbc64e35c98e11a610c094e48de2297b543662fa /meta/recipes-graphics/xorg-xserver | |
parent | 1e2f122a17309f687ec54e9a3928434e6c4547eb (diff) | |
download | poky-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" | |||
7 | DEPENDS += "font-util" | 7 | DEPENDS += "font-util" |
8 | 8 | ||
9 | PE = "1" | 9 | PE = "1" |
10 | PR = "r1" | 10 | PR = "r0" |
11 | 11 | ||
12 | SRC_URI += "file://nodolt.patch \ | 12 | SRC_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 |
18 | SRC_URI += "file://fix_open_max_preprocessor_error.patch" | 18 | SRC_URI += "file://fix_open_max_preprocessor_error.patch" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "5c8773499a6a8c1ddaedf33577ec9634" | ||
21 | SRC_URI[sha256sum] = "8b30800004c98fc7a8e6ff31a339f28451be5132e774443be22bf226e1791e34" | ||
22 | |||
20 | EXTRA_OECONF += "--enable-dri --enable-dri2" | 23 | EXTRA_OECONF += "--enable-dri --enable-dri2" |