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/classpath/classpath-native_0.97.2.bb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'recipes/classpath/classpath-native_0.97.2.bb') diff --git a/recipes/classpath/classpath-native_0.97.2.bb b/recipes/classpath/classpath-native_0.97.2.bb index bea4b7683b..39d951645c 100644 --- a/recipes/classpath/classpath-native_0.97.2.bb +++ b/recipes/classpath/classpath-native_0.97.2.bb @@ -6,16 +6,16 @@ PR = "r7" # is usually not compiled. However if someone changes # to --enable-local-sockets it will. SRC_URI += "\ - file://netif_16.patch;patch=1;pnum=0 \ - file://SimpleName.diff;patch=1;pnum=0 \ - file://javanet-local.patch;patch=1;pnum=0 \ - file://sun-security-getproperty_0.96.1.patch;patch=1;pnum=0 \ - file://ecj_java_dir.patch;patch=1 \ - file://autotools.patch;patch=1 \ - file://decimalformat.patch;patch=1 \ - file://cp-byte-loophelper.patch;patch=1;pnum=0 \ - file://miscompilation.patch;patch=1 \ - file://toolwrapper-exithook.patch;patch=1 \ + file://netif_16.patch;apply=yes;striplevel=0 \ + file://SimpleName.diff;apply=yes;striplevel=0 \ + file://javanet-local.patch;apply=yes;striplevel=0 \ + file://sun-security-getproperty_0.96.1.patch;apply=yes;striplevel=0 \ + file://ecj_java_dir.patch;apply=yes \ + file://autotools.patch;apply=yes \ + file://decimalformat.patch;apply=yes \ + file://cp-byte-loophelper.patch;apply=yes;striplevel=0 \ + file://miscompilation.patch;apply=yes \ + file://toolwrapper-exithook.patch;apply=yes \ " do_unpackpost() { -- cgit 1.2.3-korg