summaryrefslogtreecommitdiffstats
path: root/recipes/xserver-common/xserver-common_1.33.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/xserver-common/xserver-common_1.33.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/xserver-common/xserver-common_1.33.bb')
-rw-r--r--recipes/xserver-common/xserver-common_1.33.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes/xserver-common/xserver-common_1.33.bb b/recipes/xserver-common/xserver-common_1.33.bb
index 44e3183328..dc35c0ccae 100644
--- a/recipes/xserver-common/xserver-common_1.33.bb
+++ b/recipes/xserver-common/xserver-common_1.33.bb
@@ -16,19 +16,19 @@ inherit gpe
SRC_URI[md5sum] = "2df46d6b1bbac9f3e5e7e3191ccdd3e4"
SRC_URI[sha256sum] = "4576ccca80730f1860a273df38b9f917cf906eca9865e108d76fc5460e006d87"
-SRC_URI_append = " file://loop.patch;patch=1;pnum=3 \
- file://rgba.diff;patch=1 \
+SRC_URI_append = " file://loop.patch;apply=yes;striplevel=3 \
+ file://rgba.diff;apply=yes \
file://setDPI.sh \
file://89xdgautostart.sh"
-SRC_URI_append_angstrom = " file://xtscal-fix.patch;patch=1 "
+SRC_URI_append_angstrom = " file://xtscal-fix.patch;apply=yes "
RDEPENDS_${PN}_append_angstrom = " tslib-calibrate "
-SRC_URI_append_shr = " file://89xTs_Calibrate.xinput_calibrator.patch;patch=1 \
- file://90xXWindowManager.patch;patch=1 \
- file://Xserver.add.nocursor.for.gta.patch;patch=1 \
- file://Xserver.add.xserver-system.patch;patch=1 \
- file://Xserver.add.dpi.for.gta.patch;patch=1"
+SRC_URI_append_shr = " file://89xTs_Calibrate.xinput_calibrator.patch;apply=yes \
+ file://90xXWindowManager.patch;apply=yes \
+ file://Xserver.add.nocursor.for.gta.patch;apply=yes \
+ file://Xserver.add.xserver-system.patch;apply=yes \
+ file://Xserver.add.dpi.for.gta.patch;apply=yes"
do_install_append() {
install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"