summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/librsync/librsync_2.3.2.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-04-16 19:24:07 +0800
committerKhem Raj <raj.khem@gmail.com>2021-04-15 20:01:48 -0700
commit10643bb1faa0f0c3d8d567b31b4a0fc6856e4506 (patch)
tree2c73bd0454daaf7ff5b5fa6e2611d820c79ed4c2 /meta-oe/recipes-support/librsync/librsync_2.3.2.bb
parent71926e8f12d5c72b9ae58fd9f28cbad9d9945cec (diff)
downloadmeta-openembedded-10643bb1faa0f0c3d8d567b31b4a0fc6856e4506.tar.gz
librsync: upgrade 2.3.1 -> 2.3.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/librsync/librsync_2.3.2.bb')
-rw-r--r--meta-oe/recipes-support/librsync/librsync_2.3.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.2.bb b/meta-oe/recipes-support/librsync/librsync_2.3.2.bb
new file mode 100644
index 0000000000..f1997136ac
--- /dev/null
+++ b/meta-oe/recipes-support/librsync/librsync_2.3.2.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 = "42b636d2a65ab6914ea7cac50886da28192aaf9b"
9S = "${WORKDIR}/git"
10
11DEPENDS = "popt"
12
13inherit cmake
14
15PACKAGES =+ "rdiff"
16FILES_rdiff = "${bindir}/rdiff"
17
18BBCLASSEXTEND = "native nativesdk"