diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/rsync/rsync_3.1.0.bb (renamed from meta/recipes-devtools/rsync/rsync_3.0.9.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.0.9.bb b/meta/recipes-devtools/rsync/rsync_3.1.0.bb index e296555fca..72c072dae5 100644 --- a/meta/recipes-devtools/rsync/rsync_3.0.9.bb +++ b/meta/recipes-devtools/rsync/rsync_3.1.0.bb @@ -1,11 +1,10 @@ require rsync.inc -PR = "r0" SRC_URI += "file://acinclude.m4" -SRC_URI[md5sum] = "5ee72266fe2c1822333c407e1761b92b" -SRC_URI[sha256sum] = "30f10f8dd5490d28240d4271bb652b1da7a60b22ed2b9ae28090668de9247c05" +SRC_URI[md5sum] = "3be148772a33224771a8d4d2a028b132" +SRC_URI[sha256sum] = "81ca23f77fc9b957eb9845a6024f41af0ff0c619b7f38576887c63fa38e2394e" EXTRA_OECONF += "--disable-xattr-support --disable-acl-support" |