diff options
Diffstat (limited to 'recipes/rsync/rsync_3.0.0.bb')
-rw-r--r-- | recipes/rsync/rsync_3.0.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/rsync/rsync_3.0.0.bb b/recipes/rsync/rsync_3.0.0.bb new file mode 100644 index 0000000000..cd8a986f8f --- /dev/null +++ b/recipes/rsync/rsync_3.0.0.bb @@ -0,0 +1,12 @@ +require rsync.inc + +PR = "r1" + +SRC_URI += "\ + file://m4.patch;patch=1 \ + file://rsyncd.conf \ +" + +do_compile_prepend() { + sed -i "s/conf_stop make_stop//" Makefile +} |