mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
21 lines
554 B
BlitzBasic
21 lines
554 B
BlitzBasic
SUMMARY = "File transfer tool optimised for large files (curl port)"
|
|
HOMEPAGE = "http://zsync.moria.org.uk/"
|
|
DEPENDS = "curl"
|
|
|
|
LICENSE = "Artistic-2.0"
|
|
LIC_FILES_CHKSUM = "file://src/COPYING;md5=71c0ac4d86266533509aa0825b8d323c"
|
|
|
|
SRC_URI = "git://github.com/probonopd/zsync-curl;protocol=https;branch=master \
|
|
file://fixes.patch \
|
|
file://make.patch"
|
|
SRCREV = "00141c2806ccc4ddf2ff6263ee1612d19c0b713f"
|
|
|
|
PV = "0.6.2+git"
|
|
|
|
inherit autotools
|
|
|
|
S = "${WORKDIR}/git"
|
|
AUTOTOOLS_SCRIPT_PATH = "${S}/src"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|