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/iproute2/iproute2_2.6.22.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/iproute2/iproute2_2.6.22.bb') diff --git a/recipes/iproute2/iproute2_2.6.22.bb b/recipes/iproute2/iproute2_2.6.22.bb index 5c9bbc3e21..5c0236f615 100644 --- a/recipes/iproute2/iproute2_2.6.22.bb +++ b/recipes/iproute2/iproute2_2.6.22.bb @@ -3,10 +3,10 @@ require iproute2.inc PR = "${INC_PR}.1" DATE = "070710" -SRC_URI_append = " file://new-flex-fix.patch;patch=1 \ - file://ip6tunnel.patch;patch=1 \ - file://remove-bashisms.patch;patch=1 \ - file://no-strip.patch;patch=1" +SRC_URI_append = " file://new-flex-fix.patch;apply=yes \ + file://ip6tunnel.patch;apply=yes \ + file://remove-bashisms.patch;apply=yes \ + file://no-strip.patch;apply=yes" S = "${WORKDIR}" -- cgit 1.2.3-korg