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 | 2ee498a | 2020-05-29 15:52:06 -0500 | [diff] [blame] | 8 | SRCREV = "27f738650c20fef1285f11d85a34e5094a71c06f" |
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" |