summaryrefslogtreecommitdiffstats
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)
downloadpoky-57b10da4bc6b3034a854401bb7b04e7e9953b1d4.tar.gz
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 fa1563d549..b2acdd57c8 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
3DEPENDS += "libxkbfile libxcalibrate" 3DEPENDS += "libxkbfile libxcalibrate"
4 4
5PE = "1" 5PE = "1"
6PR = "r17" 6PR = "r18"
7 7
8SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ 8SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
9 file://extra-kmodes.patch;patch=1 \ 9 file://extra-kmodes.patch;patch=1 \
@@ -19,6 +19,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
19 file://enable-tslib.patch;patch=1 \ 19 file://enable-tslib.patch;patch=1 \
20 file://enable-xcalibrate.patch;patch=1 \ 20 file://enable-xcalibrate.patch;patch=1 \
21 file://hide-cursor-and-ppm-root.patch;patch=1 \ 21 file://hide-cursor-and-ppm-root.patch;patch=1 \
22 file://xcalibrate_coords.patch;patch=1" 22 file://xcalibrate_coords.patch;patch=1 \
23 file://scheduler.patch;patch=1"
23 24
24S = "${WORKDIR}/xorg-server-${PV}" 25S = "${WORKDIR}/xorg-server-${PV}"