diff mbox series

[meta-swupdate] Add support for librsync

Message ID 20181115152351.2873-1-sbabic@denx.de
State Accepted
Headers show
Series [meta-swupdate] Add support for librsync | expand

Commit Message

Stefano Babic Nov. 15, 2018, 3:23 p.m. UTC
librsync is a library for calculating and applying network deltas,
with an interface designed to ease integration into diverse network applications.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---

Note: this is just in preparation to add a librsync handler to SWUpdate

 recipes-support/librsync/librsync_2.0.2.bb | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 recipes-support/librsync/librsync_2.0.2.bb
diff mbox series

Patch

diff --git a/recipes-support/librsync/librsync_2.0.2.bb b/recipes-support/librsync/librsync_2.0.2.bb
new file mode 100644
index 0000000..0756f6e
--- /dev/null
+++ b/recipes-support/librsync/librsync_2.0.2.bb
@@ -0,0 +1,22 @@ 
+SUMMARY = "librsync is a library for calculating and applying network deltas, \
+with an interface designed to ease integration into diverse network applications."
+HOMEPAGE = "http://librsync.sourceforge.net"
+
+SECTION = "libs"
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
+                    file://debian/copyright;md5=365dc7c8a0d1b88cfc01021bcc5d2a30"
+
+SRC_URI = "git://github.com/librsync/librsync.git;protocol=https"
+
+PV = "2.0.2+git${SRCPV}"
+SRCREV = "dfba8988ef12d6a2f96dc16e608923a9a5d6371d"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "bzip2 zlib"
+inherit cmake
+
+# Specify any options you want to pass to cmake using EXTRA_OECMAKE:
+EXTRA_OECMAKE = ""