summaryrefslogtreecommitdiff
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:33:44 +0100
commit642f7199c2a5221a45be25b4aa008fde25a5c07a (patch)
tree40ada1cbcd27c56ba59640554524e2678aa04f36 /meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb
parentef4dfdd815328bb9d1f1380859e86a8b012670d9 (diff)
downloadopenembedded-core-642f7199c2a5221a45be25b4aa008fde25a5c07a.tar.gz
openembedded-core-642f7199c2a5221a45be25b4aa008fde25a5c07a.tar.bz2
openembedded-core-642f7199c2a5221a45be25b4aa008fde25a5c07a.tar.xz
openembedded-core-642f7199c2a5221a45be25b4aa008fde25a5c07a.zip
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 Signed-off-by: Yu Ke <ke.yu@intel.com>
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 850db4966..adefcdbca 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 @@
require xserver-xf86-dri-lite.inc
-SRCREV = "251d0d8090322b2c9dc0c8b7bef001f338d19433"
+LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
+
+SRCREV = "6689e8add183835274a70ee013e5d3bc8023681f"
PE = "1"
PR = "r0"
-PV = "1.7.99+git${SRCPV}"
+PV = "1.10+git${SRCPV}"
PROTO_DEPS += "xf86driproto dri2proto"
@@ -11,21 +13,12 @@ DEPENDS += "font-util"
RDEPENDS_${PN} += "xkeyboard-config"
-# file://cache-xkbcomp-output-for-fast-start-up.patch;patch=1
-# file://xserver-1.5.0-bg-none-root.patch;patch=1
-# file://xserver-no-root-2.patch;patch=1
-# file://xserver-boottime.patch;patch=1
-# file://xserver-DRI2Swapbuffer.patch;patch=1
-
-
SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=master \
- file://nodolt.patch;patch=1 \
- file://crosscompile.patch;patch=1 \
- file://fix_macros1.patch;patch=1"
-# file://libdri-xinerama-symbol.patch;patch=1
+ file://crosscompile.patch; \
+ file://fix_macros1.patch;"
# Misc build failure for master HEAD
-SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
+SRC_URI += "file://fix_open_max_preprocessor_error.patch;"
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"