diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/wrt | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
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/wrt')
-rw-r--r-- | recipes/wrt/loader_0.04.bb | 2 | ||||
-rw-r--r-- | recipes/wrt/wrt-utils.bb | 4 |
2 files changed, 3 insertions, 3 deletions
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" |