diff options
Diffstat (limited to 'recipes/samba/samba_3.3.0.bb')
-rw-r--r-- | recipes/samba/samba_3.3.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/samba/samba_3.3.0.bb b/recipes/samba/samba_3.3.0.bb index 1caf502703..cebcc178e9 100644 --- a/recipes/samba/samba_3.3.0.bb +++ b/recipes/samba/samba_3.3.0.bb @@ -8,10 +8,10 @@ LICENSE = "GPLv3" # should there be further issues. Appears to work though :) DEFAULT_PREFERENCE = "-1" -SRC_URI += "file://configure-3.3.0.patch;patch=1 \ - file://config-h.patch;patch=1 \ - file://mtab.patch;patch=1 \ - file://tdbheaderfix.patch;patch=1 " +SRC_URI += "file://configure-3.3.0.patch \ + file://config-h.patch \ + file://mtab.patch \ + file://tdbheaderfix.patch " PR = "r3" |