diff options
Diffstat (limited to 'recipes/rsync')
-rw-r--r-- | recipes/rsync/rsync_3.0.0.bb | 2 | ||||
-rw-r--r-- | recipes/rsync/rsync_3.0.6.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/rsync/rsync_3.0.0.bb b/recipes/rsync/rsync_3.0.0.bb index 6b5a2bc41a..597a946fb4 100644 --- a/recipes/rsync/rsync_3.0.0.bb +++ b/recipes/rsync/rsync_3.0.0.bb @@ -3,7 +3,7 @@ require rsync.inc PR = "r1" SRC_URI += "\ - file://m4.patch;apply=yes \ + file://m4.patch \ file://rsyncd.conf \ " diff --git a/recipes/rsync/rsync_3.0.6.bb b/recipes/rsync/rsync_3.0.6.bb index d88ccf7bd4..c2ee0d70e2 100644 --- a/recipes/rsync/rsync_3.0.6.bb +++ b/recipes/rsync/rsync_3.0.6.bb @@ -1,7 +1,7 @@ require rsync.inc SRC_URI += "\ - file://m4.patch;apply=yes \ + file://m4.patch \ file://rsyncd.conf \ " # The source tarball from 3.0.6 seems to need this |