mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 21:21:58 +02:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
670 B
BlitzBasic
21 lines
670 B
BlitzBasic
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;protocol=https"
|
|
SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709"
|
|
S = "${WORKDIR}/git/xdelta3"
|
|
|
|
inherit autotools
|
|
|
|
# Optional secondary compression
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|