aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-kdrive_1.1.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.1.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.1.0.bb')
-rw-r--r--recipes/xorg-xserver/xserver-kdrive_1.1.0.bb34
1 files changed, 17 insertions, 17 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive_1.1.0.bb b/recipes/xorg-xserver/xserver-kdrive_1.1.0.bb
index 13bea4c0c4..549693e31d 100644
--- a/recipes/xorg-xserver/xserver-kdrive_1.1.0.bb
+++ b/recipes/xorg-xserver/xserver-kdrive_1.1.0.bb
@@ -22,24 +22,24 @@ RDEPENDS_xserver-kdrive-fake = "${PN}"
RDEPENDS_xserver-kdrive-xephyr = "${PN}"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-1.1.0.tar.bz2 \
- file://kmode.patch;patch=1 \
- file://disable-apm.patch;patch=1 \
- file://no-serial-probing.patch;patch=1 \
- file://kdrive-evdev.patch;patch=1 \
- file://kdrive-use-evdev.patch;patch=1 \
- file://fbdev-not-fix.patch;patch=1 \
- file://enable-builtin-fonts.patch;patch=1 \
- file://optional-xkb.patch;patch=1 \
- file://disable-xf86-dga-xorgcfg.patch;patch=1 \
- file://enable-tslib.patch;patch=1 \
- file://xcalibrate.patch;patch=1 \
- file://xfbdev-fb-opt.patch;patch=1 \
- file://hide-cursor-and-ppm-root.patch;patch=1 \
- file://report-correct-randr10.patch;patch=1"
+ file://kmode.patch;apply=yes \
+ file://disable-apm.patch;apply=yes \
+ file://no-serial-probing.patch;apply=yes \
+ file://kdrive-evdev.patch;apply=yes \
+ file://kdrive-use-evdev.patch;apply=yes \
+ file://fbdev-not-fix.patch;apply=yes \
+ file://enable-builtin-fonts.patch;apply=yes \
+ file://optional-xkb.patch;apply=yes \
+ file://disable-xf86-dga-xorgcfg.patch;apply=yes \
+ file://enable-tslib.patch;apply=yes \
+ file://xcalibrate.patch;apply=yes \
+ file://xfbdev-fb-opt.patch;apply=yes \
+ file://hide-cursor-and-ppm-root.patch;apply=yes \
+ file://report-correct-randr10.patch;apply=yes"
-SRC_URI_append_mnci = " file://onlyfb.patch;patch=1"
-SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1"
-SRC_URI_append_qemux86 = " file://xserver-kdrive-poodle.patch;patch=1"
+SRC_URI_append_mnci = " file://onlyfb.patch;apply=yes"
+SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;apply=yes"
+SRC_URI_append_qemux86 = " file://xserver-kdrive-poodle.patch;apply=yes"
PACKAGE_ARCH_poodle = "poodle"
S = "${WORKDIR}/xorg-server-1.1.0"