Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -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" |
| 8 | SRCREV = "5917692418657dc78c9cbde3a8db4c85f25b9c8d" |
| 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" |