diff options
Diffstat (limited to 'recipes/classpath/classpath_0.98.bb')
-rw-r--r-- | recipes/classpath/classpath_0.98.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/classpath/classpath_0.98.bb b/recipes/classpath/classpath_0.98.bb index 534ee5c267..d64fa078bf 100644 --- a/recipes/classpath/classpath_0.98.bb +++ b/recipes/classpath/classpath_0.98.bb @@ -1,11 +1,11 @@ require classpath.inc SRC_URI += "\ - file://SimpleName.diff;apply=yes;striplevel=0 \ - file://ecj_java_dir.patch;apply=yes \ - file://autotools.patch;apply=yes \ - file://fix-gmp.patch;apply=yes \ - file://toolwrapper-exithook.patch;apply=yes \ + file://SimpleName.diff;striplevel=0 \ + file://ecj_java_dir.patch \ + file://autotools.patch \ + file://fix-gmp.patch \ + file://toolwrapper-exithook.patch \ " PR = "r3" |