[oe-commits] Martin Jansa : xserver-xorg_git: add hack for ignoring fbdev return mode

git version control git at git.openembedded.org
Fri Feb 19 07:54:11 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 8e6fa2fa1482c2d99131e276e2c6a1b55cece259
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8e6fa2fa1482c2d99131e276e2c6a1b55cece259

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Feb 19 07:14:26 2010 +0100

xserver-xorg_git: add hack for ignoring fbdev return mode

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-xserver/xserver-xorg_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg_git.bb b/recipes/xorg-xserver/xserver-xorg_git.bb
index 378aae2..7cc2950 100644
--- a/recipes/xorg-xserver/xserver-xorg_git.bb
+++ b/recipes/xorg-xserver/xserver-xorg_git.bb
@@ -3,7 +3,7 @@ require xorg-xserver-common.inc
 DESCRIPTION = "the X.Org X server"
 DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts font-util-native"
 PV = "1.7.999"
-PR = "r1"
+PR = "r2"
 PR_append = "+gitr${SRCREV}"
 PE = "2"
 
@@ -14,6 +14,7 @@ SRC_URI = "git://anongit.freedesktop.org/xorg/xserver;protocol=git;branch=master
            file://0001-glxdri2-flushInvalidate-was-renamed-to-invalidate-in.patch;patch=1 \
            file://dolt-fix-1.7.0.patch;patch=1 \
            file://randr-support-1.7.0.patch;patch=1 \
+	   file://hack-fbdev-ignore-return-mode.patch;patch=1 \
            "
 
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list