summaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-23 20:23:53 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:53:41 -0700
commitbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch)
tree96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb
parentfab0af3aefee22b21541e403d3c356a6979bfa63 (diff)
downloadopenembedded-bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0.tar.gz
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb')
-rw-r--r--recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb40
1 files changed, 20 insertions, 20 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb b/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb
index 68af4aac4a..a98d5c55b1 100644
--- a/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb
+++ b/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb
@@ -7,31 +7,31 @@ PR = "${INC_PR}.0"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
${KDRIVE_COMMON_PATCHES} \
- file://enable-epson.patch;patch=1 \
- file://enable-builtin-fonts.patch;patch=1 \
- file://kdrive-evdev.patch;patch=1 \
- file://kdrive-use-evdev.patch;patch=1 \
- file://disable-xf86-dga-xorgcfg.patch;patch=1 \
- file://fix_default_mode.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://w100.patch;patch=1 \
- file://w100-autofoo.patch;patch=1 \
- file://w100-fix-offscreen-bmp.patch;patch=1 \
- file://kdrive-1.3-18bpp.patch;patch=1 \
- file://linux-keyboard-mediumraw.patch;patch=1 \
- file://gumstix-kmode.patch;patch=1 \
- file://fix-picturestr-include-order.patch;patch=1 \
- file://autotools.patch;patch=1 \
- file://report-correct-randr12.patch;patch=1 \
+ file://enable-epson.patch;apply=yes \
+ file://enable-builtin-fonts.patch;apply=yes \
+ file://kdrive-evdev.patch;apply=yes \
+ file://kdrive-use-evdev.patch;apply=yes \
+ file://disable-xf86-dga-xorgcfg.patch;apply=yes \
+ file://fix_default_mode.patch;apply=yes \
+ file://enable-xcalibrate.patch;apply=yes \
+ file://hide-cursor-and-ppm-root.patch;apply=yes \
+ file://xcalibrate_coords.patch;apply=yes \
+ file://w100.patch;apply=yes \
+ file://w100-autofoo.patch;apply=yes \
+ file://w100-fix-offscreen-bmp.patch;apply=yes \
+ file://kdrive-1.3-18bpp.patch;apply=yes \
+ file://linux-keyboard-mediumraw.patch;apply=yes \
+ file://gumstix-kmode.patch;apply=yes \
+ file://fix-picturestr-include-order.patch;apply=yes \
+ file://autotools.patch;apply=yes \
+ file://report-correct-randr12.patch;apply=yes \
"
SRC_URI_append_avr32 = " \
- file://xorg-avr32-support.diff;patch=1 \
+ file://xorg-avr32-support.diff;apply=yes \
"
-SRC_URI_append_tosa = "file://tosa-fbdev.patch;patch=1"
+SRC_URI_append_tosa = "file://tosa-fbdev.patch;apply=yes"
PACKAGE_ARCH_xserver-kdrive-fbdev_tosa = "${MACHINE_ARCH}"
S = "${WORKDIR}/xorg-server-${PV}"