xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/librsync/librsync_2.3.2.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Remote delta-compression library."
2AUTHOR = "Martin Pool, Andrew Tridgell, Donovan Baarda, Adam Schubert"
3
4LICENSE = "LGPL-2.1-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
6
7SRC_URI = "git://github.com/librsync/librsync.git;branch=master;protocol=https"
8SRCREV = "42b636d2a65ab6914ea7cac50886da28192aaf9b"
9S = "${WORKDIR}/git"
10
11DEPENDS = "popt"
12
13inherit cmake
14
15PACKAGES =+ "rdiff"
16FILES:rdiff = "${bindir}/rdiff"
17
18BBCLASSEXTEND = "native nativesdk"
19