aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-12-11 17:03:31 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-13 18:29:14 -0800
commita02c41342b4d80c79eec95bacc33c24df82074cd (patch)
treebf4b573518ac6d6273d4da23b6c95b866e94c981 /meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb
parenta04e0ed79fc9ad048301cafc5c3a79502e466e5c (diff)
downloadmeta-openembedded-contrib-a02c41342b4d80c79eec95bacc33c24df82074cd.tar.gz
xdelta3: update to v3.1.0
The repository now lives under a different address. Let's use git directly to fetch sources as there are no proper release tarballs. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb')
-rw-r--r--meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb
new file mode 100644
index 0000000000..9bf1363913
--- /dev/null
+++ b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Xdelta is a tool for differential compression"
+DESCRIPTION = "Open-source binary diff, differential compression tools, \
+ VCDIFF (RFC 3284) delta compression."
+HOMEPAGE = "http://xdelta.org/"
+SECTION = "console/utils"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
+
+SRC_URI = "git://github.com/jmacd/xdelta.git;branch=release3_1_apl"
+SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709"
+S = "${WORKDIR}/git/xdelta3"
+
+inherit autotools
+
+# Optional secondary compression
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz"