diff options
| author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-07 09:32:24 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-07 07:36:57 -0700 |
| commit | e67fd5533fbd26a99bef911b89b757c36c0a96f0 (patch) | |
| tree | cd7ea56f694c5c4df8c97294e05a5e510699955c /meta-oe/recipes-support/librsync/librsync_2.3.0.bb | |
| parent | daa50331352c1f75da3a8ef6458ae3ddf94ef863 (diff) | |
| download | meta-openembedded-e67fd5533fbd26a99bef911b89b757c36c0a96f0.tar.gz | |
librsync: upgrade 2.2.1 -> 2.3.0
See full changelog https://github.com/librsync/librsync/releases/tag/v2.3.0
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/librsync/librsync_2.3.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/librsync/librsync_2.3.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.0.bb b/meta-oe/recipes-support/librsync/librsync_2.3.0.bb new file mode 100644 index 0000000000..e9d34ee66a --- /dev/null +++ b/meta-oe/recipes-support/librsync/librsync_2.3.0.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 = "028d9432d05ba4b75239e0ba35bcb36fbfc17e35" | ||
| 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" | ||
