diff options
Diffstat (limited to 'recipes/bash/bash_3.0.bb')
-rw-r--r-- | recipes/bash/bash_3.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/bash/bash_3.0.bb b/recipes/bash/bash_3.0.bb index 3ea515a6dc..bdbbb83a5d 100644 --- a/recipes/bash/bash_3.0.bb +++ b/recipes/bash/bash_3.0.bb @@ -2,9 +2,9 @@ require bash.inc PR = "r12" SRC_URI += "\ - file://bash-3.0-fixes.patch;apply=yes \ - file://default_path.patch;apply=yes \ - file://signames-mipsel.diff;apply=yes \ + file://bash-3.0-fixes.patch \ + file://default_path.patch \ + file://signames-mipsel.diff \ " SRC_URI[archive.md5sum] = "26c4d642e29b3533d8d754995bc277b3" |