blob: 6b35d71a552031f428c128de2e8b8c1a51eb6061 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Xdelta is a tool for differential compression"
2DESCRIPTION = "Open-source binary diff, differential compression tools, \
3 VCDIFF (RFC 3284) delta compression."
4HOMEPAGE = "http://xdelta.org/"
5SECTION = "console/utils"
6
Andrew Geissler9aee5002022-03-30 16:27:02 +00007LICENSE = "GPL-2.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05008LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
Brad Bishope42b3e32020-01-15 22:08:42 -05009
Andrew Geissler595f6302022-01-24 19:11:47 +000010SRC_URI = "git://github.com/jmacd/xdelta.git;branch=release3_1_apl;protocol=https"
Brad Bishope42b3e32020-01-15 22:08:42 -050011SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709"
12S = "${WORKDIR}/git/xdelta3"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013
14inherit autotools
15
16# Optional secondary compression
17PACKAGECONFIG ??= ""
18PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz"
Brad Bishope42b3e32020-01-15 22:08:42 -050019
20BBCLASSEXTEND = "native nativesdk"