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/forte/forte_0.3.5.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/forte/forte_0.3.5.bb') diff --git a/recipes/forte/forte_0.3.5.bb b/recipes/forte/forte_0.3.5.bb index dde9cbcb59..92c27ff47e 100644 --- a/recipes/forte/forte_0.3.5.bb +++ b/recipes/forte/forte_0.3.5.bb @@ -3,9 +3,9 @@ require forte.inc PR = "r0" SRC_URI = "http://downloads.sourceforge.net/fordiac/FORTE-0.3.5.zip \ - file://forte-0.3.5_socket_reuse.patch;patch=1 \ - file://forte-0.3.5_timer.patch;patch=1 \ - file://forte-0.3.5_stdlib_inc_fix.patch;patch=1" + file://forte-0.3.5_socket_reuse.patch;apply=yes \ + file://forte-0.3.5_timer.patch;apply=yes \ + file://forte-0.3.5_stdlib_inc_fix.patch;apply=yes" S="${WORKDIR}/FORTE-${PV}" -- cgit 1.2.3-korg