All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] open-vcdiff: add new recipe for version 0.8.3
@ 2014-03-20 14:47 Matthieu Crapet
  2014-03-26 20:46 ` Martin Jansa
  2014-04-01 13:14 ` [OE-core][PATCH v2] " Matthieu Crapet
  0 siblings, 2 replies; 5+ messages in thread
From: Matthieu Crapet @ 2014-03-20 14:47 UTC (permalink / raw)
  To: openembedded-devel

This is Google's implementation of VCDIFF (RFC 3284) delta compression.
It's more flexible than Xdelta3 (as a developer point of view).

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
---
 .../recipes-support/open-vcdiff/open-vcdiff_0.8.3.bb | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.3.bb

diff --git a/meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.3.bb b/meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.3.bb
new file mode 100644
index 0000000..ee08102
--- /dev/null
+++ b/meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.3.bb
@@ -0,0 +1,20 @@
+SUMMARY = "An encoder/decoder for the VCDIFF (RFC3284) format"
+DESCRIPTION = "A library with a simple API is included, as well as a \
+               command-line executable that can apply the encoder and \
+               decoder to source, target, and delta files. \
+               A slight variation from the draft standard is defined \
+               to allow chunk-by-chunk decoding when only a partial \
+               delta file window is available."
+HOMEPAGE = "http://code.google.com/p/open-vcdiff/"
+SECTION = "console/utils"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b2c8309843bc5297cfb4dc84f43f3ccc"
+
+SRC_URI = "http://open-vcdiff.googlecode.com/files/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "5f848e4916b407879f55e0ca74c3f6af"
+SRC_URI[sha256sum] = "b7e47db78866082e9e8b5782f5491092c8414f0acc0440aea03b14c7d1d3c371"
+
+inherit autotools
+
+EXTRA_AUTORECONF += " -I ${S}/gflags/m4"
-- 
1.8.5.4



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

end of thread, other threads:[~2014-04-20 12:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20 14:47 [meta-oe][PATCH] open-vcdiff: add new recipe for version 0.8.3 Matthieu Crapet
2014-03-26 20:46 ` Martin Jansa
2014-04-01 13:14 ` [OE-core][PATCH v2] " Matthieu Crapet
2014-04-01 13:27   ` Matthieu CRAPET
2014-04-20 12:54     ` Martin Jansa

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.