git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dc2002
)
xserver-xorg_git: add hack for ignoring fbdev return mode
author
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 19 Feb 2010 06:14:26 +0000
(07:14 +0100)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 19 Feb 2010 07:51:23 +0000
(08:51 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xorg-xserver/xserver-xorg_git.bb
patch
|
blob
|
history
diff --git
a/recipes/xorg-xserver/xserver-xorg_git.bb
b/recipes/xorg-xserver/xserver-xorg_git.bb
index
378aae2
..
7cc2950
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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"