summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/rsync/rsync_2.6.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/rsync/rsync_2.6.9.bb')
-rw-r--r--recipes-devtools/rsync/rsync_2.6.9.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-devtools/rsync/rsync_2.6.9.bb b/recipes-devtools/rsync/rsync_2.6.9.bb
new file mode 100644
index 0000000..17f1d31
--- /dev/null
+++ b/recipes-devtools/rsync/rsync_2.6.9.bb
@@ -0,0 +1,15 @@
+require rsync.inc
+
+SRC_URI += "file://rsync-2.6.9-fname-obo.patch \
+ file://rsyncd.conf \
+"
+
+SRC_URI[md5sum] = "996d8d8831dbca17910094e56dcb5942"
+SRC_URI[sha256sum] = "ca437301becd890e73300bc69a39189ff1564baa761948ff149b3dd7bde633f9"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6d5a9d4c4d3af25cd68fd83e8a8cb09c"
+
+PR = "r4"
+
+PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"