blob: 26c023af7a5afe017459e9948dc687d99cc96079 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "File synchronization tool"
2HOMEPAGE = "http://rsync.samba.org/"
3BUGTRACKER = "http://rsync.samba.org/bugzilla.html"
4SECTION = "console/network"
5
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006DEPENDS = "popt"
7
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \
Patrick Williamsc124f4f2015-09-15 14:41:29 -05009 file://rsyncd.conf"
10
11inherit autotools
12
13do_install_append() {
14 install -d ${D}${sysconfdir}
15 install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir}
16}
17
18EXTRA_OEMAKE='STRIP=""'
Patrick Williamsc0f7c042017-02-23 20:41:17 -060019
20PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"