summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-21 17:46:08 +0000
committerRoss Burton <ross@openedhand.com>2008-01-21 17:46:08 +0000
commit57b10da4bc6b3034a854401bb7b04e7e9953b1d4 (patch)
treed5ddf8a38e0afa9c0431675b2007ee271dc0795d /meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
parent5bf734fe498713097c887960dd566a57f43cab68 (diff)
downloadopenembedded-core-57b10da4bc6b3034a854401bb7b04e7e9953b1d4.tar.gz
openembedded-core-57b10da4bc6b3034a854401bb7b04e7e9953b1d4.tar.bz2
openembedded-core-57b10da4bc6b3034a854401bb7b04e7e9953b1d4.tar.xz
openembedded-core-57b10da4bc6b3034a854401bb7b04e7e9953b1d4.zip
xserver-kdrive: add a patch from git master to reduce scheduling
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3565 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb')
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
index fa1563d54..b2acdd57c 100644
--- a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
+++ b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
@@ -3,7 +3,7 @@ require xserver-kdrive.inc
DEPENDS += "libxkbfile libxcalibrate"
PE = "1"
-PR = "r17"
+PR = "r18"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://extra-kmodes.patch;patch=1 \
@@ -19,6 +19,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://enable-tslib.patch;patch=1 \
file://enable-xcalibrate.patch;patch=1 \
file://hide-cursor-and-ppm-root.patch;patch=1 \
- file://xcalibrate_coords.patch;patch=1"
+ file://xcalibrate_coords.patch;patch=1 \
+ file://scheduler.patch;patch=1"
S = "${WORKDIR}/xorg-server-${PV}"