Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "File synchronization tool" |
| 2 | HOMEPAGE = "http://rsync.samba.org/" |
| 3 | BUGTRACKER = "http://rsync.samba.org/bugzilla.html" |
| 4 | SECTION = "console/network" |
| 5 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 6 | DEPENDS = "popt" |
| 7 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 8 | SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 9 | file://rsyncd.conf" |
| 10 | |
| 11 | inherit autotools |
| 12 | |
| 13 | do_install_append() { |
| 14 | install -d ${D}${sysconfdir} |
| 15 | install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir} |
| 16 | } |
| 17 | |
| 18 | EXTRA_OEMAKE='STRIP=""' |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 19 | |
| 20 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |