summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/librsync/librsync_2.2.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/librsync/librsync_2.2.1.bb b/meta-oe/recipes-support/librsync/librsync_2.2.1.bb
new file mode 100644
index 0000000000..c2f28fed25
--- /dev/null
+++ b/meta-oe/recipes-support/librsync/librsync_2.2.1.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Remote delta-compression library."
2AUTHOR = "Martin Pool, Andrew Tridgell, Donovan Baarda, Adam Schubert"
3
4LICENSE = "LGPLv2.1+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
6
7SRC_URI = "git://github.com/librsync/librsync.git"
8SRCREV = "5917692418657dc78c9cbde3a8db4c85f25b9c8d"
9S = "${WORKDIR}/git"
10
11DEPENDS = "popt"
12
13inherit cmake
14
15PACKAGES =+ "rdiff"
16FILES_rdiff = "${bindir}/rdiff"
17
18BBCLASSEXTEND = "native nativesdk"