From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/pxaregs/pxaregs_1.14.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/pxaregs') diff --git a/recipes/pxaregs/pxaregs_1.14.bb b/recipes/pxaregs/pxaregs_1.14.bb index 2df012ec81..3dee63fc03 100644 --- a/recipes/pxaregs/pxaregs_1.14.bb +++ b/recipes/pxaregs/pxaregs_1.14.bb @@ -4,10 +4,10 @@ AUTHOR = "Holger Schurig " HOMEPAGE = "http://www.mn-logistik.de/unsupported/pxa250/" SRC_URI = "http://www.mn-logistik.de/unsupported/pxa250/pxaregs.c \ - file://i2c.patch;pnum=1;patch=1 \ - file://munmap.patch;pnum=1;patch=1 \ - file://serial.patch;pnum=1;patch=1 \ - file://usb.patch;pnum=1;patch=1 " + file://i2c.patch;apply=yes \ + file://munmap.patch;apply=yes \ + file://serial.patch;apply=yes \ + file://usb.patch;apply=yes " S = "${WORKDIR}" -- cgit 1.2.3-korg