aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-kdrive_1.4.2.bb
diff options
context:
space:
mode:
authorkergoth <kergoth@.(none)>2010-02-19 10:05:32 -0700
committerkergoth <kergoth@.(none)>2010-02-19 10:05:32 -0700
commiteb0440f81bad74154588c761036bd3504161be14 (patch)
tree69144ddfc25bcb9119be789145554f9261c3e930 /recipes/xorg-xserver/xserver-kdrive_1.4.2.bb
parent33a15ddec7f3b19dec610f6b600fc0b5505a7a34 (diff)
downloadopenembedded-eb0440f81bad74154588c761036bd3504161be14.tar.gz
xserver-kdrive: apply vm86_masks.patch to 1.4.2 also
Signed-off-by: kergoth <kergoth@.(none)>
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive_1.4.2.bb')
-rw-r--r--recipes/xorg-xserver/xserver-kdrive_1.4.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive_1.4.2.bb b/recipes/xorg-xserver/xserver-kdrive_1.4.2.bb
index d0b7ac17e0..9a6074422a 100644
--- a/recipes/xorg-xserver/xserver-kdrive_1.4.2.bb
+++ b/recipes/xorg-xserver/xserver-kdrive_1.4.2.bb
@@ -4,7 +4,7 @@ DEPENDS += "hal libxkbfile libxcalibrate pixman"
RDEPENDS += "hal"
PE = "1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
${KDRIVE_COMMON_PATCHES} \
@@ -25,6 +25,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://xorg-avr32-support.diff;patch=1 \
file://pkgconfig_fix.patch;patch=1 \
file://no_xkb.patch;patch=1;pnum=0 \
+ file://vm86_masks.patch;patch=1 \
"
S = "${WORKDIR}/xorg-server-${PV}"