diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-23 10:33:39 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-23 10:33:39 +0000 |
commit | a2513fb4c43954296aab493312bb6dbd8299c4c9 (patch) | |
tree | cbc9fcffada8984b3684d48a5b32f6a395674df1 /meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb | |
parent | fe4ec82510d6b7ba16268939d3b7dec04184518f (diff) | |
download | openembedded-core-a2513fb4c43954296aab493312bb6dbd8299c4c9.tar.gz openembedded-core-a2513fb4c43954296aab493312bb6dbd8299c4c9.tar.bz2 openembedded-core-a2513fb4c43954296aab493312bb6dbd8299c4c9.zip |
xserver-kdrive: use extra-kmodes.patch for 1.4.99.901, changed status of patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4321 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb')
-rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb b/meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb index 611c94c50a..755b7c97f7 100644 --- a/meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb +++ b/meta/packages/xorg-xserver/xserver-kdrive_1.4.99.901.bb @@ -5,32 +5,30 @@ DEPENDS += "hal libxkbfile libxcalibrate pixman" DEFAULT_PREFERENCE = "-99" PE = "1" -PR = "r2" +PR = "r3" SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ - file://kmode.patch;patch=1 \ + file://extra-kmodes.patch;patch=1 \ file://disable-apm.patch;patch=1 \ file://no-serial-probing.patch;patch=1 \ file://fbdev-not-fix.patch;patch=1 \ file://optional-xkb.patch;patch=1 \ - file://enable-tslib.patch;patch=1;merged \ - file://kmode-palm.patch;patch=1 \ - file://enable-epson.patch;patch=1 \ - file://fix_default_mode.patch;patch=1 \ + file://enable-tslib.patch;patch=1;status=merged \ + file://enable-epson.patch;patch=1;status=merged \ # file://hide-cursor-and-ppm-root.patch;patch=1 \ # file://xcalibrate_coords.patch;patch=1 \ file://w100.patch;patch=1 \ file://w100-autofoo.patch;patch=1 \ file://w100-fix-offscreen-bmp.patch;patch=1 \ file://w100-new-input-world-order.patch;patch=1 \ - file://linux-keyboard-mediumraw.patch;patch=1 \ + file://linux-keyboard-mediumraw.patch;patch=1;status=merged \ file://xcalibrate-new-input-world-order.patch;patch=1 \ - file://tslib-default-device.patch;patch=1;merged \ + file://tslib-default-device.patch;patch=1;status=merged \ # file://fbdev-evdev.patch;patch=1 \ file://keyboard-resume-workaround.patch;patch=1 \ - file://xorg-avr32-support.diff;patch=1;merged \ + file://xorg-avr32-support.diff;patch=1;status=merged \ # file://pkgconfig_fix.patch;patch=1 \ - file://no_xkb.patch;patch=1;pnum=0;merged \ + file://no_xkb.patch;patch=1;pnum=0;status=merged \ " S = "${WORKDIR}/xorg-server-${PV}" |