summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-05-09 15:13:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 16:42:58 +0100
commit495c109534b32be107c55864c0818df9387284cf (patch)
treee80b19228d4d966881715a7439a44a986d14f3cd /meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb
parentc532f96b5b4528fff2eb009c52b8ff5a76721404 (diff)
downloadpoky-495c109534b32be107c55864c0818df9387284cf.tar.gz
xserver-xf86-dri-lite_git: upgrade to 1.10.2 RC1 snapshot
- the following patches are no longer used, so remove them doublefix.patch drmfix.patch fix_macros.patch libdri-xinerama-symbol.patch xorg-server-disable-dri_sarea.patch xorg-server-enable-dri2.patch xserver-1.5.0-bg-none-root.patch xserver-DRI2Swapbuffer.patch xserver-boottime.patch xserver-no-root-2.patch - update the patch upstream status (From OE-Core rev: 642f7199c2a5221a45be25b4aa008fde25a5c07a) 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_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb21
1 files changed, 7 insertions, 14 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb
index 850db4966f..adefcdbca5 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb
@@ -1,9 +1,11 @@
1require xserver-xf86-dri-lite.inc 1require xserver-xf86-dri-lite.inc
2 2
3SRCREV = "251d0d8090322b2c9dc0c8b7bef001f338d19433" 3LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
4
5SRCREV = "6689e8add183835274a70ee013e5d3bc8023681f"
4PE = "1" 6PE = "1"
5PR = "r0" 7PR = "r0"
6PV = "1.7.99+git${SRCPV}" 8PV = "1.10+git${SRCPV}"
7 9
8PROTO_DEPS += "xf86driproto dri2proto" 10PROTO_DEPS += "xf86driproto dri2proto"
9 11
@@ -11,21 +13,12 @@ DEPENDS += "font-util"
11 13
12RDEPENDS_${PN} += "xkeyboard-config" 14RDEPENDS_${PN} += "xkeyboard-config"
13 15
14# file://cache-xkbcomp-output-for-fast-start-up.patch;patch=1
15# file://xserver-1.5.0-bg-none-root.patch;patch=1
16# file://xserver-no-root-2.patch;patch=1
17# file://xserver-boottime.patch;patch=1
18# file://xserver-DRI2Swapbuffer.patch;patch=1
19
20
21SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=master \ 16SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=master \
22 file://nodolt.patch;patch=1 \ 17 file://crosscompile.patch; \
23 file://crosscompile.patch;patch=1 \ 18 file://fix_macros1.patch;"
24 file://fix_macros1.patch;patch=1"
25# file://libdri-xinerama-symbol.patch;patch=1
26 19
27# Misc build failure for master HEAD 20# Misc build failure for master HEAD
28SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1" 21SRC_URI += "file://fix_open_max_preprocessor_error.patch;"
29 22
30EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga" 23EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"
31 24