diff options
Diffstat (limited to 'recipes/classpath/classpath-minimal_0.96.1.bb')
-rw-r--r-- | recipes/classpath/classpath-minimal_0.96.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/classpath/classpath-minimal_0.96.1.bb b/recipes/classpath/classpath-minimal_0.96.1.bb index 14c193c8c6..2bdca7ce0b 100644 --- a/recipes/classpath/classpath-minimal_0.96.1.bb +++ b/recipes/classpath/classpath-minimal_0.96.1.bb @@ -3,8 +3,8 @@ require classpath.inc PR = "r7" SRC_URI += "\ - file://gjar-prefix-patch.diff;apply=yes;striplevel=0 \ - file://xmlstream-fix.patch;apply=yes;striplevel=0 \ + file://gjar-prefix-patch.diff;striplevel=0 \ + file://xmlstream-fix.patch;striplevel=0 \ " PROVIDES = "${PN} classpath" |