diff options
Diffstat (limited to 'recipes/classpath/classpath_0.96.1.bb')
-rw-r--r-- | recipes/classpath/classpath_0.96.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/classpath/classpath_0.96.1.bb b/recipes/classpath/classpath_0.96.1.bb index 19e0059c7f..09734da2e0 100644 --- a/recipes/classpath/classpath_0.96.1.bb +++ b/recipes/classpath/classpath_0.96.1.bb @@ -1,9 +1,9 @@ require classpath.inc SRC_URI += "\ - file://gjar-prefix-patch.diff;patch=1;pnum=0 \ - file://xmlstream-fix.patch;patch=1;pnum=0 \ - file://javanet-local.patch;patch=1;pnum=0 \ + file://gjar-prefix-patch.diff;apply=yes;striplevel=0 \ + file://xmlstream-fix.patch;apply=yes;striplevel=0 \ + file://javanet-local.patch;apply=yes;striplevel=0 \ " PR = "r9" |