All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] librsync: new package
@ 2019-12-09 14:46 Bartosz Golaszewski
  2019-12-09 14:53 ` Stefano Babic
  0 siblings, 1 reply; 11+ messages in thread
From: Bartosz Golaszewski @ 2019-12-09 14:46 UTC (permalink / raw)
  To: Khem Raj, Armin Kuster, openembedded-devel; +Cc: Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

rdiff is a popular tool for calculating binary delta patches. It's
provided by the librsync package (unrelated to rsync already available
in poky).

This recipe adds new packages for librsync and rdiff.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 .../recipes-support/librsync/librsync_2.2.1.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-oe/recipes-support/librsync/librsync_2.2.1.bb

diff --git a/meta-oe/recipes-support/librsync/librsync_2.2.1.bb b/meta-oe/recipes-support/librsync/librsync_2.2.1.bb
new file mode 100644
index 000000000..9d224767c
--- /dev/null
+++ b/meta-oe/recipes-support/librsync/librsync_2.2.1.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Remote delta-compression library."
+AUTHOR = "Martin Pool, Andrew Tridgell, Donovan Baarda, Adam Schubert"
+
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
+
+SRC_URI = "git://github.com/librsync/librsync.git"
+SRCREV = "5917692418657dc78c9cbde3a8db4c85f25b9c8d"
+S = "${WORKDIR}/git"
+
+DEPENDS = "popt"
+
+inherit cmake
+
+BBCLASSEXTEND = "native nativesdk"
+
+PACKAGES =+ "rdiff"
+FILES_rdiff = "/usr/bin/rdiff"
-- 
2.23.0



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-12-09 16:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-09 14:46 [meta-oe][PATCH] librsync: new package Bartosz Golaszewski
2019-12-09 14:53 ` Stefano Babic
2019-12-09 15:00   ` Bartosz Golaszewski
2019-12-09 15:12     ` Adrian Bunk
     [not found]   ` <CAMpxmJXDQh1vi7Eo-ZZZsyZ82n_X+n+-R2aGaxrYK1-TZ-5VbQ@mail.gmail.com>
2019-12-09 15:06     ` Stefano Babic
2019-12-09 15:14   ` Adrian Bunk
2019-12-09 15:22     ` Stefano Babic
2019-12-09 15:33       ` Bartosz Golaszewski
2019-12-09 16:23         ` Stefano Babic
2019-12-09 16:30           ` Bartosz Golaszewski
2019-12-09 16:38             ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.