summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-05-09 14:21:57 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 16:41:53 +0100
commitc532f96b5b4528fff2eb009c52b8ff5a76721404 (patch)
treea6ad3ff678ffcbd294e483cb241aa6bbe9fdc525 /meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb
parent03439a38e367bb817e7f332b617df289c73b847b (diff)
downloadpoky-c532f96b5b4528fff2eb009c52b8ff5a76721404.tar.gz
xserver-xf86-dri-lite: upgrade from 1.9.3 to 1.10.1
- update the license checksum due to SUN/Oracle name changing - remove the nodolt.patch because it is already in upstream and release http://cgit.freedesktop.org/xorg/xserver/commit/?id=a769f4c22a9cfb5ba248c924a66c31ec966bd8a0 - update the patch upstream status (From OE-Core rev: ef4dfdd815328bb9d1f1380859e86a8b012670d9) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb
deleted file mode 100644
index faa4f64159..0000000000
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1require xserver-xf86-dri-lite.inc
2
3
4PROTO_DEPS += "xf86driproto dri2proto"
5
6DEPENDS += "font-util"
7
8PE = "1"
9PR = "r0"
10
11SRC_URI += "file://nodolt.patch \
12 file://crosscompile.patch"
13# file://libdri-xinerama-symbol.patch;patch=1
14# file://xserver-boottime.patch;patch=1
15
16# Misc build failure for master HEAD
17SRC_URI += "file://fix_open_max_preprocessor_error.patch"
18
19SRC_URI[md5sum] = "5bef6839a76d029204ab31aa2fcb5201"
20SRC_URI[sha256sum] = "864831f51e841ff37f2445d1c85b86b559c8860a435fb496aead4f256a2b141d"
21
22EXTRA_OECONF += "--enable-dri --enable-dri2"