diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-08 21:23:37 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-09 09:10:52 -0800 |
| commit | 3203f4ad6cc567b060ea6f4bbc821f073a45fc4d (patch) | |
| tree | 9aa08f346702367455d99577419d74107693b5cc /meta-oe/recipes-support/librsync/librsync_2.3.4.bb | |
| parent | eec14961661174e152e19bafbc937688fc08a061 (diff) | |
| download | meta-openembedded-3203f4ad6cc567b060ea6f4bbc821f073a45fc4d.tar.gz | |
librsync: upgrade 2.3.2 -> 2.3.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/librsync/librsync_2.3.4.bb')
| -rw-r--r-- | meta-oe/recipes-support/librsync/librsync_2.3.4.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.4.bb b/meta-oe/recipes-support/librsync/librsync_2.3.4.bb new file mode 100644 index 0000000000..cb30f4c31b --- /dev/null +++ b/meta-oe/recipes-support/librsync/librsync_2.3.4.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Remote delta-compression library." | ||
| 2 | AUTHOR = "Martin Pool, Andrew Tridgell, Donovan Baarda, Adam Schubert" | ||
| 3 | |||
| 4 | LICENSE = "LGPL-2.1-or-later" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/librsync/librsync.git;branch=master;protocol=https" | ||
| 8 | SRCREV = "e364852674780e43d578e4239128ff7014190ed3" | ||
| 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" | ||
