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/wrt/loader_0.04.bb | 2 +- recipes/wrt/wrt-utils.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/wrt') diff --git a/recipes/wrt/loader_0.04.bb b/recipes/wrt/loader_0.04.bb index 6cfbd4c87c..cecdd8ff4d 100644 --- a/recipes/wrt/loader_0.04.bb +++ b/recipes/wrt/loader_0.04.bb @@ -1,5 +1,5 @@ SRC_URI = "http://wl500g.dyndns.org/loader/loader-${PV}.tar.gz \ - file://toolchain.patch;patch=1" + file://toolchain.patch;apply=yes" S = "${WORKDIR}/${P}" diff --git a/recipes/wrt/wrt-utils.bb b/recipes/wrt/wrt-utils.bb index 7e02f6830c..66237a7a76 100644 --- a/recipes/wrt/wrt-utils.bb +++ b/recipes/wrt/wrt-utils.bb @@ -3,8 +3,8 @@ SECTION = "base" LICENSE = "broadcom" SRC_URI = "cvs://anonymous@openwrt.org/openwrt;module=openwrt/package/openwrt;tag=TESTED \ http://openwrt.inf.fh-brs.de/mirror/linksys-wlconf.tar.gz \ - file://nvram-makefile.diff;patch=1;pnum=0 \ - file://libshared-makefile.diff;patch=1;pnum=0" + file://nvram-makefile.diff;apply=yes;striplevel=0 \ + file://libshared-makefile.diff;apply=yes;striplevel=0" S = "${WORKDIR}/openwrt" -- cgit v1.2.3