diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-04-16 19:24:07 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-15 20:01:48 -0700 |
| commit | 10643bb1faa0f0c3d8d567b31b4a0fc6856e4506 (patch) | |
| tree | 2c73bd0454daaf7ff5b5fa6e2611d820c79ed4c2 /meta-oe/recipes-support/librsync/librsync_2.3.2.bb | |
| parent | 71926e8f12d5c72b9ae58fd9f28cbad9d9945cec (diff) | |
| download | meta-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.bb | 18 |
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 @@ | |||
| 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 = "42b636d2a65ab6914ea7cac50886da28192aaf9b" | ||
| 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" | ||
