Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Remote delta-compression library." |
| 2 | AUTHOR = "Martin Pool, Andrew Tridgell, Donovan Baarda, Adam Schubert" |
| 3 | |
| 4 | LICENSE = "LGPLv2.1+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" |
| 6 | |
| 7 | SRC_URI = "git://github.com/librsync/librsync.git" |
Andrew Geissler | f103a7f | 2021-05-07 16:09:40 -0500 | [diff] [blame] | 8 | SRCREV = "42b636d2a65ab6914ea7cac50886da28192aaf9b" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 9 | S = "${WORKDIR}/git" |
| 10 | |
| 11 | DEPENDS = "popt" |
| 12 | |
| 13 | inherit cmake |
| 14 | |
| 15 | PACKAGES =+ "rdiff" |
| 16 | FILES_rdiff = "${bindir}/rdiff" |
| 17 | |
| 18 | BBCLASSEXTEND = "native nativesdk" |