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 @@
1require rsync.inc
2
3SRC_URI += "file://rsync-2.6.9-fname-obo.patch \
4 file://rsyncd.conf \
5"
6
7SRC_URI[md5sum] = "996d8d8831dbca17910094e56dcb5942"
8SRC_URI[sha256sum] = "ca437301becd890e73300bc69a39189ff1564baa761948ff149b3dd7bde633f9"
9
10LICENSE = "GPLv2+"
11LIC_FILES_CHKSUM = "file://COPYING;md5=6d5a9d4c4d3af25cd68fd83e8a8cb09c"
12
13PR = "r4"
14
15PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"